标签: javascript internet-explorer mouseevent
使用IE8,我在包含多个图像的div上有一个鼠标悬停事件。
当移动div时,事件触发正常,但问题是当用户输入并存在图像时,div鼠标悬停再次触发。
Apperenlty IE8将悬停的图像视为离开div。 有没有人知道一个不错的方法,所以事件在进入div时只触发一次,当用户在div的边界上时不再触发?
答案 0 :(得分:0)
使用mouseenter和mouseleave代替mouseover和mouseout
mouseenter
mouseleave
mouseover
mouseout