You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Applying tooltips to dynamically loaded content Created Nov 4, 2009

This thread is solved

Views: 2018     Replies: 3     Last reply Dec 15, 2009  
You must login first before you can use this feature

adriand76

Posts: 1

Registered:
Nov 4, 2009

Applying tooltips to dynamically loaded content

Posted: Nov 4, 2009

I have an application with an panel that is repeatedly loaded by AJAX. The elements in the panel need to have tooltips added to them and to achieve this I have to added them once the AJAX content has been returned. However, I keep getting an unresponsive script error which I have been attributing to the fact that I don't seem to have a way of destroying the tooltips before reloading the panel.

Has anyone else experienced this problem?

bob@sturim.org

Posts: 8

Registered:
Aug 28, 2009

yep

Posted: Nov 29, 2009

Reply to: Applying tooltips to dynamically loaded content, from adriand76
me too. not sure you have have tooltips with dynamically loaded content

Matt Crest

Posts: 3

Registered:
Dec 11, 2009

Same here

Posted: Dec 11, 2009

Reply to: Applying tooltips to dynamically loaded content, from adriand76
Just wanted to note I'm having a similar issue. I'm guessing there would be a way to tell the tooltip to refresh itself when new elements are loaded, but am not sure how.

msnbilly

Posts: 4

Registered:
Dec 14, 2009

tooltips to dynamically loaded contend

Posted: Dec 15, 2009

Reply to: Same here, from mattcrest
The most easiest way is to use live event on mouseover to rebind your dynamically added elements after an ajax load. It is very simple to implement. Here is how:http://docs.jquery.com/Events