Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个很长的网页,所以用户需要滚动才能看到整个内容。
在页面的一半处,我有一个图像元素<img>。当此元素位于浏览器的可视区域时,我希望能够确定元素顶部与浏览器中搜索栏底部之间的距离。
<img>
我已经安装了 jquery,所以我可以利用它的功能。
有没有一种简单的方法来实现我正在寻找的东西?
谢谢
你需要.offset()和.scrollTop()然后减去。