Template:Http://2013.igem.org/Team:Colombia Uniandes/Bootstrap
From 2013.igem.org
(Difference between revisions)
Trafalmejo (Talk | contribs) |
Trafalmejo (Talk | contribs) |
||
Line 8: | Line 8: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
$('.dropdown-toggle').dropdown(); | $('.dropdown-toggle').dropdown(); | ||
+ | }); | ||
+ | </script> | ||
+ | script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | $('.carousel').carousel() | ||
}); | }); | ||
</script> | </script> |
Revision as of 03:33, 2 July 2013
script type="text/javascript"> $(document).ready(function () { $('.carousel').carousel() });