document.getElementById("headnav").innerHTML = "
本站导航
"; document.writeln(""); //头部导航的js $(document).ready(function(){ $("#top_headhang").hover(function(){ $("#top_headdanzhi").addClass("top_headdanzhi_on"); $("#top_headdanbox").slideDown(); }, function(){ $("#top_headdanzhi").removeClass("top_headdanzhi_on"); $("#top_headdanbox").slideUp(); }); $(document).on("click","#top_headhang",function(){ $("#top_headdanbox").slideToggle(); }); });