Jscrollpane - 当 isAtBottom 时触发函数
我知道当“isAtBottom”最终变为 true 时,jscrollpane 会触发一个函数。
但是这个函数的名称分别是什么,我如何检查“isAtBottom”最终是否为真?
I know that the jscrollpane fires a function when "isAtBottom" finally becomes true.
But what is the name of this function respectively how can I check if "isAtBottom" finally becomes true?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jScrollPane 不会针对该条件触发函数,而是触发事件。您可以像绑定到任何其他 jQuery 事件一样绑定到该事件:
jScrollPane doesn't fire a function for that condition, it fires an event. You can bind to the event the same way you'd bind to any other jQuery event: