Team:Gaston Day School

From 2014.igem.org

(Difference between revisions)
Line 49: Line 49:
<script>
<script>
 +
<!--slideshow -->
$("#slideshow > div:gt(0)").hide();
$("#slideshow > div:gt(0)").hide();
Line 59: Line 60:
     .appendTo('#slideshow');
     .appendTo('#slideshow');
},  6000);
},  6000);
 +
 +
<!-- slideshow-->
</script>
</script>

Revision as of 14:09, 10 June 2014

Home Team Official Team Profile Project Parts Modeling Notebook Safety Attributions Measurement Track

About JavaScript tabs

JavaScript tabs partition your Web page content into tabbed sections. Only one section at a time is visible.

The code is written in such a way that the page degrades gracefully in browsers that don't support JavaScript or CSS.