Team:OUC-China
From 2011.igem.org
(Difference between revisions)
Line 105: | Line 105: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $("#gTop .navlink"). | + | $("#gTop .navlink").click(function(){ |
if($($(this).attr("href")).css("display")=="none"){ | if($($(this).attr("href")).css("display")=="none"){ | ||
- | $(" | + | $(".submenus").stop(true,true).fadeOut(200); |
$($(this).attr("href")).stop(true,true).fadeIn(200); | $($(this).attr("href")).stop(true,true).fadeIn(200); | ||
}else{ | }else{ | ||
- | + | $(".submenus").stop(true,true).fadeOut(200); | |
} | } | ||
return false; | return false; |
Revision as of 05:10, 4 October 2011
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|