|
How to detach an event from a particular type of element for the whole life of page - .die()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Events
To detach an event that was attached using live() method, die() method can be used.
|