Is there an option to close a cluetip dialog when the mouse is moved off of the link? There is the mouseOutClose option, but it doesn’t close the cluetip if you don’t hover over it first.
Here is an example:
http://plugins.learningjquery.com/cluetip/demo/ – the first link under the jTip Theme
In the clueTips core file
replace the code:
with
I found the solution from a jquery forum here is the link
http://plugins.jquery.com/content/cluetip-doesnt-close-mouseout
Its working for me.