84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
需要做一套模板页面,移动端上下滚屏用touch事件绑定,但是每个页面上都有button和a标签,点击button和a标签时会触发touch事件,就是只要点击屏幕就会滚动,这个冲突问题怎么解决,最好使用JS原生方法
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
touch 事件 先判断 下。。 点击的是 button a 标签,就不执行 滚动事件~~
if (e.target.tagName === 'a' || e.target.tagName === 'button')
touch 事件 先判断 下。。 点击的是 button a 标签,就不执行 滚动事件~~
if (e.target.tagName === 'a' || e.target.tagName === 'button')