Tagged Questions
4
votes
2answers
158 views
Can mouseenter be made to not fire in IE on DOMready?
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 ...