I would like to execute a function when new dom elements are added via ajax, somewhere in the body, by a 3er party JS.

The function i want to execute is jqueryui's tooltip(), which changes title attribute into nice tooltips.

The problem happens when a 3rd party JS adds new elements to many differents div's, and the new element's 'title' attribute are not being substituted by tooltips. So I need to do again:

$('*').tooltip()

I think I need something checking if new elements have been added to the body, and run the function on them.

Any ideas ?

link|improve this question

71% accept rate
Is the 3rd party javascript that is adding the elements using jQuery to add them? – user113716 Aug 9 '10 at 21:19
no... it is xajax, or maybe another unknown – arod Aug 9 '10 at 21:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.