$(function() { $(".main ul li").hover(function(){ $(this).css({"cursor":"pointer","background-color":"#fff"}); },function(){ $(this).css({"cursor":"default","background-color":"#def0f4"}); }); $(".main ul li").each(function(e){ $(this).click(function(){ $(this).toggleClass("hover"); }); }); var _width = $(window).width(); //登录下载 $('.btn button').on('click', function() { layer.open({ type: 1, title: false, closeBtn: 1, shadeClose: true, skin: 'register', content: '

请填写能接收信息的手机号码

' }); }); }); function code_onclick(){ //更换验证码 $('#code').attr('src', '/number/?t=' + Math.random()); }