JQuery Programmer Question:

How to check if event.stopPropagation() was ever called on this event object?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

The isPropagationStopped() method of Event object returns whether event.stopPropagation() was ever called on this event object.


Previous QuestionNext Question
How to search for descendent elements that match the specified selectors using jQuery?How to binds a function to be executed whenever the DOM is ready to be traversed and manipulated using jQuery?