[jQuery] how to use stop() properly
Hi!
I have a little problem. On this page:
http://www.arvag.net/test/jquery/bug/
simple box that fadeIn and fadeOut on hover event.
I fixed queue problem with .stop({clearQueue:true}) but now i have
some other problem. Here it will fade over the course of 2 sec. If you
move your mouse away from object while it is fadeing text in the
selector is staying transparent. If you move in and move out your
mouse away from the object really fast, on next hover text wont be
visible anymore... How can i fix this?
I tryed putting gotoEnd on true and giving stop() method callback
function of $(this).show/hide(); and it seems it works, but it is
still a bit buggy... So, any solutions?
Thnx!