移动web:模拟滚动(条),数据更新、加载...
JS-mScroll
移动web:模拟滚动(条),数据更新、加载...
支持 滚动条显示 方向选择 数据刷新,加载 使用// var scroll = new mScroll(el, opts); var scroll = new mScroll('.wrapper', { direction: 'top', display: true, usePullDown: true, usePullUp: true, pullDownOffset: 35, pullUpOffset: 35, pullDownStart: function() { }, pullDownCancel: function() { }, pullDownEnd: function(tx, ty) { }, pullUpStart: function() { }, pullUpCancel: function() { }, pullUpEnd: function(tx, ty) { } }); var scroll = new mScroll('.wrapper', { direction: 'top', usePullDown: true }); scroll.$on('pullDownStart', function(){ }); scroll.$on('pullDownCancel', function() { }); scroll.$on('pullDownEnd', function() { }); //... DEMO
index.html ---- load.html
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。