一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

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

时间:2017-03-08 编辑:简简单单 来源:一聚教程网

方法一:

 代码如下复制代码

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

e.preventDefault();

})

方法二:

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

热门栏目