<div id="wrapper"> <div id="scroller"> <ul> <li>01</li> <li>02</li> <li>03</li> ...... </ul> </div> </div>window.onload=function() { var myScroll = new IScroll('#wrapper', { mouseWheel: true }); }看文档都是这样开头写,接下来要向下滑动加载内容,请问需要添加哪个事件谢谢!
添加回答
举报
0/150
提交
取消