js阻止移动端页面滚动的两种方法

方法一:

$(document).on('touchmove',function(e){ e.preventDefault(); })

方法二:

position: fixed;top:0;left: 0;

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,同时也希望多多支持脚本之家!

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwgppw.html