$(function () { var iscroll = new IScroll('code', { mouseWheel: true, scrollStart: function(){alert('start')} }) })