jquery die() method
Translation results:
die
英[daɪ] 美[daɪ]
vt.& vi. Death, extinguishing; withering, withering; desire, hope
n.Steel type, die; dice
jquery die() methodsyntax
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. |