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

时间:2011-05-27 15:46:33

标签: javascript jquery iphone

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

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

1 个答案:

答案 0 :(得分:0)

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