Team:HIT-Harbin
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs | ||
/jquery/1.4.0/jquery.min.js"></script> | /jquery/1.4.0/jquery.min.js"></script> | ||
- | <script type="text/javascript" src="https://2014.igem.org/Team:HIT-Harbin/js/ | + | <script type="text/javascript" src="https://2014.igem.org/Team:HIT-Harbin/js/mai.js?action=raw&ctype=text/javascript"></script> |
<!--main content --> | <!--main content --> | ||
<!--topCentent content --> | <!--topCentent content --> | ||
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> |
Revision as of 14:07, 28 July 2014