开发者

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

How do I send the scroll content to the end of the page? Th开发者_JAVA技巧ere's a bind event to do this?

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


the awswer:

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

in the jqt.scroll.js file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜