Team:DTU-Denmark/Templates/Take the tour slider
From 2011.igem.org
(Difference between revisions)
Helge (Talk | contribs)
(Created page with "<html> <script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script> // execute your scripts when the DOM is ready. this is mostly a good habit $(function() { /...")
Newer edit →
(Created page with "<html> <script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script> // execute your scripts when the DOM is ready. this is mostly a good habit $(function() { /...")
Newer edit →
Revision as of 13:42, 18 August 2011
// execute your scripts when the DOM is ready. this is mostly a good habit $(function() { // initialize scrollable $(".scrollable").scrollable(); });