Hello,
is there any way I can monitor the entire page (using jQuery 1.3.2) and add a tooltip plugin function to newly created links?
On document.load(), I add a tooltip like this:
$('a').tooltip();
How can I do the same for elements which are added by AJAX? Something using live() perhaps?
Thank you!