web手机端禁止滑动,web手机端禁止上下滑动。

// 禁止滑动
document.ontouchstart = function(){
return false;
};

// 开启滑动
document.ontouchstart = function(){
return false;
};

推荐前端群 群名称:html5/css3/js/jq/nodejs/div 群号:339840649 点击加入:html5/css3/js/jq/nodejs/div
扫描加入:


posted @ 2015-10-10 15:40  peerless_she  阅读(566)  评论(0编辑  收藏  举报