[jQuery] disable Effect queue
Hello,
I am using effects (e.g. fadeIn & Out, slideUp & Down etc.) on a div
triggered with a mouseover and mouseout event on a trigger-div.
When the user starts entering and leaving the trigger-div with the
mouse, jquery queues all effects and displays them one after another.
I don't want jQuery to queue the effects. When the user leaves the
toggle-div before the onmousover-effect has finished it just should
override it an start with the onmouseout effect.
How can I achive this?
Thank you in advance