jQuery Mobile scrollstop 事件

jQuery Mobile 事件 jQuery Mobile 事件

实例

页面滚动停止时弹出信息:

$(document).on("scrollstop",function(){
  alert("Stopped scrolling!");
});
尝试一下 »

定义和用法

scrollstop是页面滚动停止时触发的事件。

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

提示: scrollstart是页面开始滚动时触发的事件。

语法

$("selector").on("scrollstop",function(event){...})
参数描述
function(event)必须。指定 scrollstop 事件触发时执行的函数。

该函数有可选的事件对象 ,事件对象可以是任何 jQuery 事件属性 (例如 event.target, event.type, 等)。更多信息请查阅 jQuery 事件参考手册

更多实例

滚动停止计数 计算 scrollstop 事件触发的次数。

事件对象 使用 event.target 属性返回 scrollstop 事件触发的DOM元素。

jQuery Mobile 事件 jQuery Mobile 事件

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号