[jQuery] delaying an action

[jQuery] delaying an action


Hi all, I was wondering if there is a way in jQuery for me to disable
a hover event for a few seconds and then execute it only if the mouse
pointer is still hovering over the particular element I have set the
hover event to.
So the user would hover over a link and if after 2 seconds was still
hovering over it, the hover event would then execute. Otherwise,
nothing would happen.
I've been trying to find out about it for sometime now but I am
exhausted with searching.
Thanks.