mouseenter VS mouseover


mouseenter VS mouseover
When using mouseover/mouserout, if mouse moves to child element,even though it doesn't leave parent element, the mouseout event will occur.
When using mouseenter/mouseleave,if mouse doesn't leave the parent element,and moving in the child element,the mouseleave event won't occur.

There is a example explaination by Ben Nadel video

Popular posts from this blog

Fancyapps — easily build overlay windows with carousel

How to build API and sell on Rapid API

Meet Typed.js — A JavaScript Typing Animation Library