Team:Gaston Day School
From 2014.igem.org
(Difference between revisions)
Rgeraghty98 (Talk | contribs) |
Rgeraghty98 (Talk | contribs) |
||
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
About JavaScript tabsJavaScript 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. |