Team:Uppsala/Templates/top template
From 2014.igem.org
(Difference between revisions)
Line 100: | Line 100: | ||
<div id="tab4">Four - content</div> | <div id="tab4">Four - content</div> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $("#section_selector div").hide(); // Initially hide all content | ||
+ | $("#tabs li:first").attr("id","current"); // Activate first tab | ||
+ | $("#section_selector div:first").fadeIn(); // Show first tab content | ||
+ | |||
+ | $('#tabs a').click(function(e) { | ||
+ | e.preventDefault(); | ||
+ | $("#section_selector div").hide(); //Hide all content | ||
+ | $("#tabs li").attr("id",""); //Reset id's | ||
+ | $(this).parent().attr("id","current"); // Activate this | ||
+ | $('#' + $(this).attr('title')).fadeIn(); // Show content for current tab | ||
+ | }); | ||
+ | })(); | ||
+ | |||
+ | </script> | ||
Revision as of 16:28, 2 July 2014
Stephanie Herman
Teresa Reinli
Joakim Hellner
Alexander Virtanen
Jennifer Rosenius
Marcus Hong
Miranda Stiernborg
Tim Hagelby Edström
Viktor Blomkvist
Megha Biradar
Niklas Handin
Jonas Mattisson
Arina Gromov
Nils Anlind
Eric Sandström
Gunta Celma
Oliver Possnert
Martin Friberg
Kira Karlsson
Christoffer Andersson
Laura Pacoste
Andries Willem Boers