Can mouseenter be made to not fire in IE on DOMready?
- by mrclay
jQuery emulates IE's mouseenter event on non-IE browsers. In IE, however, mouseenter is being triggered when the page loads (maybe due to jQuery's use of doScroll in the $.ready implementation), even if the mouse is not moved at all.
This doesn't happen in other browsers and definitely doesn't follow Microsoft's own spec, which says (emphasis…