firefox在this.x中返回0,在jquery hover中返回this.y.

时间:2013-07-31 20:59:12

标签: firefox coordinates

在一组元素上使用悬停功能:

   $('.thumb-Image').hover(function () {
        alert(this.x);

这适用于Chrome,但Firefox(22)... x和y均为0。

1 个答案:

答案 0 :(得分:0)

我意识到我不应该使用this.x而且this.y ..也在IE中返回undefined。

所以我在本文的底部使用了Jens Fransden的getTop和getLeft答案: Get the position of a div/span tag

这让我完全满足了我在ff和Chrome中的需求,以及Chrome