标签:div 弹窗 event prevent func 防止 logs blog pop
//防止底层滚动 $(".pop-wraper").on("touchmove",function(){ event.preventDefault(); });
写弹窗时防止底层滚动
原文地址:http://www.cnblogs.com/javenlee/p/7125194.html