繁体   English   中英

jqtscroll - 如何将滚动内容发送到页面末尾?

[英]jqtscroll - How do I send the scroll content to the end of the page?

如何将滚动内容发送到页面末尾? 有一个绑定事件可以做到这一点吗?

http://code.google.com/p/jqtscroll/

答案:

scrollEnd: function scrollEnd(){
    var x = -Math.round(this._scrollMin.e);
    var y = -Math.round(this._scrollMin.f);
    return this.scrollTo(x, y);
}

在 jqt.scroll.js 文件中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM