[jQuery] Tooltip creation issue
Hello all,
I have created som tooltip code for hyperlinks. I am having an issue
with queueing of events. Like when I mouseover multiple links the
tooltips queue up and the page goes thru every fadein fadeout.
1. Is there a way to prevent this? Ive tried chaining .stop() to the
mouseout event but that doesnt work right.
2. id there a way to put a timer on the tooltip to make sure they
hover over the link for say 1 sec before the TT is shown?
Thanks!
TS