检测 div 滚动的底部(w/jScrollPane)
我有一个可滚动的 div,当滚动到底部时将加载 5 个新项目。我正在使用 jScrollPane (http://jscrollpane.kelvinluck.com/),尽管它是一个很棒的插件,但似乎阻止了 scrollTop() 工作,因此检测滚动到达底部的典型方法不起作用。
有没有人有替代/推荐的方法来检测 jscrollpane-ified div 是否到达底部?
干杯。
I have a scrollable div that will load 5 new items when scrolled to the bottom. I'm using jScrollPane (http://jscrollpane.kelvinluck.com/) and, despite being a great plug in, seems to prevent scrollTop() from working, so the typical method for detecting the scroll reaching the bottom does not work.
Does anyone have an alternative/ recommended method for detecting if the jscrollpane-ified div has reached the bottom?
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 maxedison 的帮助下解决了我自己。
按照此处所述访问 api,然后:
Solved myself, with maxedison's help.
Access the api as outlined here and then: