onmouseenter和onmouseleave的兼容性问题

时间:2024-04-29 00:04:11
  <div onmouseenter="displayMyCon($(this))" onmouseleave="hideMyCon(event,$(this))"></div>

在ie6,7,8,火狐,operan中能正常显示,但是在谷歌和苹果中不能使用.

相关文章