So after reading a recently answered question i am unclear if i really understand the difference between the mouseenter() and mouseover(). The post
mouseenter()
mouseover()
Though they operate the same way, however, the mouseenter event only triggers when the mouse pointer enters the selected element. The mouseover event is triggered if a mouse pointer enters any child elements as well.
mouseenter
mouseover