Hi

I am using the jquery hover event to transform some of my links when
the user hovers over them.
However when you move your mouse over one of these links several times
in quick succession and then stop, the events are still executing one
after the other for quite some time afterward, as if the hover events
get queued.

How can I avoid this "delayed" reaction and have each hover-event
basically interrupt and replace the previous?

Any help would be appreciated.

Reply via email to