在一组元素上使用悬停功能:
$('.thumb-Image').hover(function () {
alert(this.x);
这适用于Chrome,但Firefox(22)... x和y均为0。
答案 0 :(得分:0)
我意识到我不应该使用this.x而且this.y ..也在IE中返回undefined。
所以我在本文的底部使用了Jens Fransden的getTop和getLeft答案: Get the position of a div/span tag
这让我完全满足了我在ff和Chrome中的需求,以及Chrome