摘要: 代码:/*去掉iphone手机滑动默认行为*/$('body').on('touchmove', function (event) { event.preventDefault();}); 阅读全文
posted @ 2014-08-27 10:30 Master HaKu 阅读(24837) 评论(1) 推荐(0) 编辑