欢迎访问服务器技术网-www.fuwuqijishu.com

jQuery Mobile 滚屏事件

jQuery Mobile fuwuqijishu 3年前 (2022-05-15) 189次浏览 0个评论 扫描二维码
文章目录[隐藏]

jQuery Mobile 滚屏事件


jQuery Mobile 提供了两种滚屏事件:滚屏开始时触发和滚动结束时触发。


jQuery Mobile 滚屏开始(Scrollstart)

scrollstart 事件是在用户开始滚动页面时触发:

实例

$(document).on(“scrollstart”,function(){
alert(“开始滚动!”);
});

jQuery Mobile 滚屏事件 注意:iOS 设备在滚屏时锁定 DOM 操作,这意味着当用户滚屏时不可能改变任何东西。然而,jQuery 团队正在为此寻找解决方案。


jQuery Mobile 滚屏结束(Scrollstop)

scrollstop 事件是在用户停止滚动页面时触发:

实例

$(document).on(“scrollstop”,function(){
alert(“停止滚动!”);
});

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2118.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900