去掉iphone手机滑动默认行为

/*去掉iphone手机滑动默认行为*/
$('body').on('touchmove', function (event) {
    event.preventDefault();
});
posted @ 2016-05-22 13:57  Jerry24  阅读(328)  评论(0编辑  收藏  举报