摘要: $(".header").on("touchstart", function(e) { // 判断默认行为是否可以被禁用 if (e.cancelable) { // 判断默认行为是否已经被禁用 if (!e.defaultPrevented) { e.preventDefault(); } } ... 阅读全文
posted @ 2018-07-25 14:32 scott_j 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-07-25 12:16 scott_j 阅读(1219) 评论(0) 推荐(0) 编辑