jQuery Mobile Scroll Events 小教學 | 马来西亚网页设计

jQuery Mobile Scroll Events 小教學

上文我們簡介了jQuery Mobile Events的各個種類,今文我們特別專談當互聯網使用者滑上滑落手機螢幕時的事件 jQuery Mobile Scroll Events:

jQuery Mobile Scrollstart:
$(document).on("scrollstart",function(){
alert("開始scrolling!");
});

jQuery Mobile Scrollstop
$(document).on("scrollstop",function(){
alert("停止scrolling!");
});



立即联络我们