This is a message.

Forum user: PaulRaye

Basic information

Registered Aug 4, 2010
Last login Feb 6, 2012
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/44722

Latest forum posts

Posts:

Registered:

» 2 Differently Styled Tooltips on the Same Page???

Posted: Aug 4, 2010

try giving the second tooltip an id and styling it in the css by the id. Should work fine.

Paul

Posts:

Registered:

delegating tooltips

Posted: Aug 4, 2010

Is there a way to use delegate instead of bind in tooltips? For example I have a page that is changing divs via ajax all the time. I would like to set up my tooltips by $(".whats_this").tooltips() and have those tooltips work even if the div is changed out via ajax.

Sorry if this is a noob question.

Paul