exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 4 question 105 discussion

Actual exam question from Microsoft's 70-480
Question #: 105
Topic #: 4
[All 70-480 Questions]

HOTSPOT -
You are developing an application in HTML5.
You have the following HTML markup.

You have the following JavaScript code.

Use the drop-down lists to select the answer choice that completes each statement.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Validate2will be called when the user clicks the userName text box.
Validate1will be called when the user clicks the userNameLabel label.
References: https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_event_stoppropagation

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AnetteK
4 years, 5 months ago
normally clicks bubble from inner to outer, but since they added "event.stopPropagation();", this doesn't bubble up to parent when u click the input triggered
upvoted 1 times
...
BadBot
5 years, 2 months ago
My fiddeling tells me that all three is called when label is clicked, and Validate2 + stopprop() is called when textbox is clicked: http://jsfiddle.net/7neu9yhf/
upvoted 1 times
...
volkankilic
5 years, 4 months ago
Validate2 Validate1
upvoted 4 times
...
only_looking
5 years, 4 months ago
help, what is the difference .
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...