2011-05-27 91 views

回答

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

相关问题