微信

随笔代码记忆

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:"width:80%",
                    btn: ['']
                });
            })
        })

 

posted @ 2015-02-04 16:15  Admin_info  阅读(115)  评论(0编辑  收藏  举报
青春时代是一个短暂的美梦,当你醒来时,这早已消失得无影无踪了。
点点Admin_info