![]() |
VOOZH | about |
jQueryevent.isPropagationStopped() Method 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.
event.isPropagationStopped()It contains a single parameter event which is mandatory. This parameter comes from the event binding function.
Example 1: This example uses event.isPropagationStopped() method to check event.stopPropagation() is called or not.
Output:
👁 ImageExample 2: This example uses event.isPropagationStopped() method to check event.stopPropagation() is called or not.
Output:
👁 Image