从鼠标事件中获得绝对“顶级”位置(Javascript / jQuery)

时间:2009-06-25 18:10:02

标签: javascript jquery mouseevent

在mouseenter / mouseleave事件中,我想捕获表格单元格的绝对“顶部”位置。

到目前为止,事件的附件如下:

$('td[someAttr]').mouseenter(function(mouse) {
   // how do we get the td's top absolute position?

   //FYI: mouse.pageX and mouse.pageY would give the mouse position
});

1 个答案:

答案 0 :(得分:4)

$(this).offset().top