最佳答案
获取页面上元素相对于视口(而不是文档)的位置的正确方法是什么。jQuery.offset
功能看起来很有希望:
获取第一个元素的当前坐标,或设置 coordinates of every element, in the set of matched elements, relative 文件。
But that's relative to the document. Is there an equivalent method that returns offsets relative to the viewport?