Team:Imperial College London/Templates/Header
From 2011.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 19: | Line 19: | ||
</script> | </script> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $("sup").click(function () { | ||
+ | if ($(this).html().substr(0,1)=="[") | ||
+ | { | ||
+ | if ($('.technology').length>0) | ||
+ | { | ||
+ | ddaccordion.expandone('technology', $('.technology').length-1) | ||
+ | setTimeout("window.scrollBy(0,50000)",200) | ||
+ | } | ||
+ | else window.scrollBy(0,50000) | ||
+ | } | ||
+ | }); | ||
+ | $("sup").mouseover(function () { | ||
+ | if ($(this).html().substr(0,1)=="[") $(this).css('cursor', 'pointer'); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<script> | <script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('ul.sf-menu').superfish({ | $('ul.sf-menu').superfish({ | ||
Line 79: | Line 85: | ||
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Collaboration">Collaboration</a></li> | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Collaboration">Collaboration</a></li> | ||
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_General">Protocols</a></li> | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_General">Protocols</a></li> | ||
- | |||
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Software">Software</a></li> | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Software">Software</a></li> | ||
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Notebook/week1">Diary</a></li> | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Notebook/week1">Diary</a></li> |
Latest revision as of 19:04, 28 October 2011