Check out http://docs.jquery.com/FAQ#Why_do_my_events_stop_working_after_an_AJAX_request.3F
Jörn On Mon, Mar 30, 2009 at 4:13 PM, jmmccoy...@googlemail.com <jmmccoy...@googlemail.com> wrote: > > Hi, im using your jquery tooltip although I have a question about > doing something bespoke > > I call the code to my page via > > $(function() { > $('a,div,span,img,td,input').tooltip({ etc..... > > Which works fine, however, if using ajax I populate a div with > external content, any title tags from the ajax request do not have the > tooltip function applied to it > > I thought I had found a way around it by recalling > $(function() { > $('a,div,span,img,td,input').tooltip({ etc..... > > That works for the new content populated via ajax, but any other title > is thus dead and will not display > > I need some code I can call to repopulate all title tags on the page >