Assigns mouseover and mouseout handlers to the specified element, but the handlers
are only fired after the specified delay. This is particularly useful in preventing widgets from
activating on mouseover when the user mouses over them while attempting to activate a different object.
Usage
The jQuery.Event object is passed to the handlers just as if they were added via jQuery.fn.on()