console.log(jQuery(this).offset()); 当鼠标悬停在二级菜单的时候可以看到 Object {top: 74, left: 88} Object {top: 46, left: 48} 是因为 mouseover 被触发了两次 Each time your mouse enters or leaves a child element, mouseover is triggered, but not mouseenter. 原文 : http://stackoverflow.com/questions/7286532/jquery-mouseenter-vs-mouseover jQuery('#log').text(); 的值也就被覆盖了,不知道是不是这个原因. @emric @kmvan
jsonline
2014-03-02 01:16:30 +08:00
jQuery('#log').text('当前的li offset left 位置可能是:'+ jQuery(e.target).offset().left);
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。