-

Quick Tip: The Difference Between Live() and Delegate()
In jQuery 1.3, the team introduced the live() method, which allows us to bind event handlers to elements on the page, as well as any that might be created in the future dynamically. Though not perfect, it definitely proved to be helpful. Most notably, live() bubbles all the way up, and attaches the handler to [...]
Added on 03-10-2010
View This Tutorial | Report Tutorial
Related Tutorials