All Dictionaries
jQuery Related dictionaries
jquery die() method
Detailed instructions for use
jquery die() method
Chinese translation
Recent Updates: 2018-05-10 16:56:44
die
英[daɪ] 美[daɪ]
vt.& vi. Death, extinguishing; withering, withering; desire, hope
n.Steel type, die; dice
jquery die() method syntax
Function: The die() method removes all one or more event handlers added to the specified element through the live() method.
Syntax: $(selector).die(event,function)
Parameters:
| Parameters | Description |
| event | Required. Specifies one or more event handlers to be removed. Multiple event values separated by spaces. Must be a valid event. |
| function | Optional. Specifies specific functions to be removed. |




