在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
});
答案 0 :(得分:4)
$(this).offset().top