摘要: /*去掉iphone手机滑动默认行为*/$('body').on('touchmove', function (event) { event.preventDefault();}); 阅读全文
posted @ 2014-11-07 14:22 神游一域 阅读(198) 评论(0) 推荐(0)