Team:Imperial College London/Templates/Header
From 2011.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
<script> | <script> | ||
+ | $(document).ready(function() { | ||
+ | $("sup").click(function () { | ||
+ | if ($(this).html().substr(0,1)=="[") window.scrollBy(0,50000); | ||
+ | }); | ||
+ | $("sup").mouseover(function () { | ||
+ | if ($(this).html().substr(0,1)=="[") $("sup").css('cursor', 'pointer'); | ||
+ | }); | ||
+ | }); | ||
+ | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('ul.sf-menu').superfish({ | $('ul.sf-menu').superfish({ |
Revision as of 23:40, 21 September 2011