Hi all,

Is there a way to "remove" clueTip from an object ?

Here is the thing :
I do some ajax in my pages, and for the emails (for example), if it is
read, I display a tooltip indicating the read date, and if it not, I
don't want to display any tooltip. But at page load it is not
complicated. It gets harder when I mark an email as read or not read,
because I have to dynamically add/remove a tooltip, and the fact is I
don't know how to remove it.

For information, doing :
$("#myObject").attr('title', '').cluetip();
does not do the trick.

Thanks for any help

Reply via email to