Archive for March, 2010

Mini-Tut: Using jQuery .live() With Dynamic Content

Mini-Tut: Using jQuery .live() With Dynamic Content

March 13, 2010 0 Comments

When using jQuery and loading content dynamically or with an AJAX call, any event attached to the content that is loaded either has to be rebound again after the content has been loaded or you can attach an event handler using the .live() event.
Continue Reading

Scroll to top