摘要: /*去掉iphone手机滑动默认行为*/ $('body').on('touchmove', function (event) { event.preventDefault(); }); 阅读全文
posted @ 2016-05-22 13:57 Jerry24 阅读(334) 评论(0) 推荐(0)