jQuery Mobile scrollstop 事件

2018-09-08 15:47 更新

jQuery Mobile scrollstop 事件

jQuery Mobile 事件 jQuery Mobile 事件

實(shí)例

頁(yè)面滾動(dòng)停止時(shí)彈出信息:

$(document).on("scrollstop",function(){
? alert("Stopped scrolling!");
});

嘗試一下 ?

定義和用法

scrollstop是頁(yè)面滾動(dòng)停止時(shí)觸發(fā)的事件。

提示: 此事件通常附加到文檔。

提示: scrollstart是頁(yè)面開(kāi)始滾動(dòng)時(shí)觸發(fā)的事件。


語(yǔ)法

$("selector").on("scrollstop",function(event){...})

參數(shù) 描述
function(event) 必須。指定 scrollstop 事件觸發(fā)時(shí)執(zhí)行的函數(shù)。

該函數(shù)有可選的事件對(duì)象 ,事件對(duì)象可以是任何 jQuery 事件屬性 (例如 event.target, event.type, 等)。更多信息請(qǐng)查閱 jQuery 事件參考手冊(cè) 。


實(shí)例

更多實(shí)例

滾動(dòng)停止計(jì)數(shù)
計(jì)算 scrollstop 事件觸發(fā)的次數(shù)。

事件對(duì)象
使用 event.target 屬性返回 scrollstop 事件觸發(fā)的DOM元素。<


jQuery Mobile 事件 jQuery Mobile 事件

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)