Easy Tutorial
❮ Jquery Traversing Ancestors Jq Sel All ❯

jQuery event.isPropagationStopped() Method

jQuery Event Methods

Example

Check if event.stopPropagation() has been called:


Definition and Usage

The event.isPropagationStopped() method checks if event.stopPropagation() has been called on the specified event.

This method returns true if event.stopPropagation() has been called, otherwise it returns false.


Syntax

Parameter Description
event Required. The event parameter comes from the event binding function.

jQuery Event Methods

❮ Jquery Traversing Ancestors Jq Sel All ❯