黑帽联盟
标题:
js阻止移动端页面滚动的两种方法
[打印本页]
作者:
heimao
时间:
2017-2-12 14:28
标题:
js阻止移动端页面滚动的两种方法
本文主要介绍了js阻止移动端页面滚动的两种方法。黑帽中也有利用这种手法的
方法一:
$(document).on('touchmove',function(e){
e.preventDefault();
})
方法二:
position: fixed;top:0;left: 0;
欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/)
Powered by Discuz! X2.5