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)});$("button").mouseout(function(){ |
- | $(" | + | $("ul").hide(1000)}); |
}); | }); | ||
- | |||
</script> | </script> | ||
<!--main content --> | <!--main content --> |
Revision as of 13:05, 28 July 2014