如何确定页面上的元素是否在用户当前的滚动窗格内?

发布于 2024-12-20 01:24:43 字数 122 浏览 1 评论 0原文

我正在使用 IndexedDB 进行无限滚动实现。我正处于需要确定页面上最后一个可见元素的部分。

如何确定页面上的元素是否在用户当前的滚动窗格内?如果可能的话,我更喜欢原生 JS,而不是 jQuery 的库或插件。

I'm working on an infinite scroll implementation using IndexedDB. I am at the part where I need to determine the last element visible on the page.

How can I determine whether an element on the page is within the user's current scroll pane? If possible, I would prefer native JS over libraries or plugins for jQuery.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病毒体 2024-12-27 01:24:43

我理解不愿意使用 jQuery 插件,但是当有一个插件似乎完全可以满足您的需求时 - http://www.appelsiini.net/projects/viewport - 这肯定是最简单的方法。

I understand the reluctance to use jQuery plugins, but when there is one that seems to do exactly what you're looking for - http://www.appelsiini.net/projects/viewport - that's surely the easiest way to go.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文