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

问题描述

| 如何将滚动内容发送到页面末尾? 有一个绑定事件可以做到这一点吗? http://code.google.com/p/jqtscroll/     

解决方法

        awswer:
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文件中。