Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

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

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like 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
Last Updated : 20 Sep, 2021
Like Article
Save Article
Similar Reads
Related Tutorials