Skip to content
Related Articles
Open in App
Not now

Related Articles

Web technologies Questions | jQuery Quiz | Set-2 | Question 8

Improve Article
Save Article
  • Last Updated : 20 Sep, 2021
Improve Article
Save Article

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

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!