I need a way to use the jquery .live() function to act on elements that are loaded via ajax.
.live()
For instance a div is loaded via ajax .load()<
.load()
.live does not work with ready end load event as stated in jquery 1.3 documentation you cannot use load and ready event with live visit http://api.jquery.com/live/ for more information,