js阻止移动端页面滚动的两种方法
程序员文章站
2022-06-01 14:48:05
方法一:
$(document).on('touchmove',function(e){
e.preventdefault();
})
方法二:...
方法一:
$(document).on('touchmove',function(e){ e.preventdefault(); })
方法二:
position: fixed;top:0;left: 0;
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,同时也希望多多支持!
上一篇: 眼睛生病了