标签:style blog io color sp div on log cti
/*去掉iphone手机滑动默认行为*/ $(‘body‘).on(‘touchmove‘, function (event) { event.preventDefault(); });
去掉iphone手机滑动默认行为
原文地址:http://www.cnblogs.com/loverows/p/4081250.html