I am using qTip: http://craigsworks.com/projects/qtip2 and my current problem is that when I hover the tooltip it disappears (because the target was mouseleave/mouseout).
Is there a way to make it stay visible when I hover the tooltip? I positioned the tooltip so that its right under the target so there are zero empty space between the target and the tooltip.
Use
fixed: http://craigsworks.com/projects/qtip2/docs/hide/#fixedYou may wish to add a
delayas well before the tooltip disappears, in case there’s some distance between your triggering element and the tooltip.e.g.
Hope it helps.