Categories: Dev News
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 the document.
Read the original post:
Quick Tip: The Difference Between Live() and Delegate()
No Comments yet