|
How to attach an event to a particular type of element for the whole life of the page - .live()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Events
To attach an event to a particular type of element for the whole life of the page, live() method can be used. The event attached using live() works for all similar type of elements even created after this method is called.
|