企业邮箱
$(window).load(function() { $("#clickmenubotton li span").hover(function() { $(this).addClass("menuhover"); $(this).parent().find("ul.subnav").slideDown('fast').show(); $(this).parent().hover(function() { }, function() { $(this).parent().find("ul.subnav").fadeOut('fast'); $(this).parent().find("span").removeClass("menuhover"); }); }); $("#three").treeview({collapsed: true, control: "#sidetreecontrol", prerendered: false, persist: "location"}); });