Team:HIT-Harbin
From 2014.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
</div> | </div> | ||
</div> | </div> | ||
- | <script type="text/javascript">$(function(){ $(".nav1").hide(); $(".nav1").hover(function(){ $(this).find("ul").stop(true,true); $(this).find("ul").slideDown(); },function(){ $(this).find("ul").stop(true,true); $(this).find("ul").slideUp(); }); })</script> | + | <script type="text/javascript">$(function(){ $("ul.nav1").hide(); $(".nav1").hover(function(){ $(this).find("ul").stop(true,true); $(this).find("ul").slideDown(); },function(){ $(this).find("ul").stop(true,true); $(this).find("ul").slideUp(); }); })</script> |
Revision as of 14:09, 28 July 2014