Multiple Choice
Which of the following event object methods prevents other event listeners of the event from being called?
A) evt .stopImmediatePropagation()
B) evt .stopPropagation()
C) evt .preventDefault()
D) evt .cancelable()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Identify the correct charCode values for the
Q2: The evt.eventPhase returns the object that is
Q4: Which of the following syntaxes displays a
Q5: Identify the event handler that does not
Q6: Which of the following keyboard event properties
Q7: Which of the following JavaScript expressions is
Q8: The mouseout event indicates the movement of
Q9: The evt.pageY property returns the vertical coordinate
Q10: The event property evt.key returns the text
Q11: William wants to create a dialog box