Team:UIUC-Illinois
From 2012.igem.org
Line 12: | Line 12: | ||
</head> | </head> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<script> | <script> | ||
Line 33: | Line 20: | ||
if (r==true) | if (r==true) | ||
{ | { | ||
- | + | window.location = "https://2012.igem.org/Team:UIUC-Illinois/apply" | |
} | } | ||
else | else | ||
Line 40: | Line 27: | ||
document.getElementById("demo").innerHTML=x; | document.getElementById("demo").innerHTML=x; | ||
} | } | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $('a').click(function () { | ||
+ | var divname= this.name; | ||
+ | $("#"+divname) | ||
+ | .fadeIn(300) | ||
+ | .siblings() | ||
+ | .hide(0); | ||
+ | }); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
Revision as of 03:29, 17 January 2013