Team:HIT-Harbin

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
$(document).ready(function(){
$(document).ready(function(){
   $(".nav1").mouseover(function(){
   $(".nav1").mouseover(function(){
-
   $("ul").show(1000)});$("button").mouseout(function(){
+
   $("ul").show(1000)});$(".nav1").mouseout(function(){
   $("ul").hide(1000)});
   $("ul").hide(1000)});
   });
   });

Revision as of 13:07, 28 July 2014