JQuery Programmer Question: How to check if event.stopPropagation() was ever called on this event object? JQuery Programmer Interview QuestionAnswer: The isPropagationStopped() method of Event object returns whether event.stopPropagation() was ever called on this event object. Previous QuestionNext QuestionHow 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?