jQuery mouseoutall Plugin Demos

Example 1: Roll the mouse over both these div's and the callback will fire only when the mouse has left both.

Example 2: Roll the mouse over both one of the div's and the callback won't fire until a 1 second delay has passed. This allowed a gap in the middle to not cause an unwanted fire.