$("span.opt").on("click",function(){ if($(this).hasClass("close")) { $(".nav,.content").animate({left:"225px"}, "slow"); $(".left-float").animate({left:"0"}, "slow"); $(this).removeClass("close"); }else{ $(".nav,.content").animate({left: '0'}, "slow"); $(".left-float").animate({left:"-225px"}, "slow"); $(this).addClass("close"); } }); $("span.opt").trigger("click");
静语默言
相关分类