Easy Tutorial
❮ Event Stoppropagation Eff Slideup ❯

jQuery die() Method

jQuery Event Methods

Example

Remove all event handlers that were added to the <p> elements using the live() method:


Definition and Usage

The die() method removes one or more event handlers that were added to the selected elements using the live() method.


Syntax

Parameter Description
event Required. Specifies one or more event handlers to remove. <br> <br>Multiple event values are separated by spaces. Must be valid events.
function Optional. Specifies the specific function to remove.

More Examples

Remove a specified event handler


jQuery Event Methods

❮ Event Stoppropagation Eff Slideup ❯