会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
活着。.
继续走,继续忘记
首页
联系
管理
2024年7月6日
H5手机端jquery添加tap事件
摘要: 1 //tap事件 2 $(document).on("touchstart", function (e) { 3 var $target = $(e.target); 4 if (!$target.hasClass("disable")) 5 $target.data("isMoved", 0);
阅读全文
posted @ 2024-07-06 13:18 。活着。
阅读(7)
评论(0)
推荐(0)
公告