如何检测用户何时使用浏览器滚动条在长 HTML 页面上导航?

发布于 2024-12-21 18:48:11 字数 119 浏览 0 评论 0原文

如何检测用户何时使用浏览器滚动条在长 HTML 页面上导航?我想使用 JQuery 将函数附加到相应的事件(如果可能)。

PS: 我指的不是 JQuery 的 UI 滑块。

How to detect when user uses browser scrollbars to navigate on a long HTML page? I would like to attach a function to the corresponding event with JQuery (if possible).

P.S.: I am not referring to JQuery's UI-slider.

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

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

发布评论

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

评论(2

ら栖息 2024-12-28 18:48:11

如果您要求用户何时滚动页面,则应使用 jQuery scroll 事件:

http://api.jquery.com/scroll/

如果您使用正确的术语,它将有助于找到这些内容:-)

If you're asking for when the user scrolls the page, you should use the jQuery scroll event:

http://api.jquery.com/scroll/

It helps to find these things if you use the proper terminology :-)

陪你搞怪i 2024-12-28 18:48:11

document.scrollHeight返回scroller的最大高度,通过设置document.scrollTo的值可以移动scroller。

document.scrollHeight returns the max height of scroller, and by setting value of document.scrollTo can move scroller.

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