Getting A Mouseenter Event From A Still Mouse Entering An Animated Element
I'm writing a image carousel and due to some class adding/removing my css pointer as well as my mouseenter event don't seem to work properly. $('img', ':not(.active)').on('click',
Solution 1:
This issue relates to a known bug:
See similar: Getting the browser cursor from "wait" to "auto" without the user moving the mouse
The bug report: https://code.google.com/p/chromium/issues/detail?id=26723#c87
Post a Comment for "Getting A Mouseenter Event From A Still Mouse Entering An Animated Element"