You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't look at this right now, but I think it's not possible to use events "mouseenterintent" or "mouseleaveintent" with .live().
Thoses events are not natural DOM events, but special events.
I think thoses special events won't bubble like natural DOM events do.
So it's not possible to delegate ( .live() ) thoses special events (same problem as focus or blur events).
I'll look at this deeper as soon as I can, and I hope I'll be able to make a new version of jQuery.hoverIntent with bubling events soon (or compatible with event delegation).
Thanks for your feedback, and sorry for this issue.
Hey there, I have the following I wrote to switch a featured product image on mouseover:
mouseenterintent does not seem to work here like mouseover does... what am I doing wrong?
The text was updated successfully, but these errors were encountered: