I have a pure CSS tooltip that works well. I just can't figure out how to manually close it with jQuery. I can hide it but it disappears and won't come back.
jQuery Simple Example - JSFiddle
Mouse over the tooltip and click "close".
Anyone know if this can be closed via a link? I've tried all sorts of jquery trigger("mouseout") type events but nothing works.
jQuery Simple Example - JSFiddle
Mouse over the tooltip and click "close".
Anyone know if this can be closed via a link? I've tried all sorts of jquery trigger("mouseout") type events but nothing works.