Web technologies Questions | jQuery Quiz | Set-2 | Question 8
Which jQuery method is used to check that event.stopPropagation() method was ever called on event object ?
(A) isDefaultPrevented( ) Method
(B) isPropagationStopped( ) Method
(C) isImmediatePropagationStopped( ) Method
(D) None of the above.
Answer: (B)
Explanation: The event.isPropagationStopped() Method in jQuery is used to check whether the object event.stopPropagation() is called or not. If event.stopPropagation() is called then it returns true otherwise returns false.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...