Let's say you have a <div> element which is hidden.
There is a mouseover event attached to it and the mouse cursor is placed at the location where the <div> element will appear once it is visible.
How I can prevent the mouseover event from firing when the <div> is made visible?