Easy Tutorial
❮ Event Submit Misc Fn Extend ❯

jQuery event.isImmediatePropagationStopped() Method

jQuery Event Methods

Example

Check if event.stopImmediatePropagation() has been called:


Definition and Usage

This method checks if the event.stopImmediatePropagation() method has been called on the specified event.

It returns true if event.stopImmediatePropagation() has been called, otherwise it returns false.


Syntax

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

jQuery Event Methods

❮ Event Submit Misc Fn Extend ❯