I use jquery cluetip to show, huh, tooltips :-) I made them sticky because I want the user to be able to move the mouse to the displayed tooltip - if they so wish. However, if the user does not move the mouse into a tooltip, I want the tooltip to disappear after a while. It seems to me that this should be possible with the hoverintent plugin. But this plugin does not work if the user does not move the mouse over the plugin once. If this happens, cluetip will remove the tooltip by itself ...
How can I get a tooltip for display, wait for 500 ms, and if the user does not move the tooltip cursor, then it disappears?
I was thinking of starting a timer with onShow, adding a script to the tooltip that onmouseover disables the timer and the like, but that seems too complicated ...
Has anyone got a better idea? :-)
Thank,
Floor
source
share