document.ontouchmove = function(e) { e.preventDefault(); } /** 禁止ios默认拉动弹性行为**/ $(function(){ $(".weizhang").bind("touchstart",function(e){ window.location.href ="./look.php"; e.stopPropagation(); return false; }) $('.conn-top').find('li').click(function(){ layer.open({ content: '正在开发...', style:"80%", btn: ['好'] }); }) })