Team:UIUC Illinois
From 2012e.igem.org
Line 1: | Line 1: | ||
{{Team:Header}} | {{Team:Header}} | ||
{{Team:Styling}} | {{Team:Styling}} | ||
+ | |||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <title>Main</title> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | <script src="http://illinoisigem.googlecode.com/files/galleria-1.2.7.min.js"></script> | ||
+ | </head> | ||
+ | |||
+ | <script> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $('a').click(function () { | ||
+ | var divname= this.name; | ||
+ | $("#"+divname) | ||
+ | .fadeIn(300) | ||
+ | .siblings() | ||
+ | .hide(0); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <body> | ||
<div id="slideshow-wrap"> | <div id="slideshow-wrap"> |
Revision as of 19:25, 20 October 2012