[jQuery] [tooltip]

[jQuery] [tooltip]


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