Team:Marburg/Template:Header
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 324: | Line 324: | ||
#output { text-align: left; } | #output { text-align: left; } | ||
</style> | </style> | ||
+ | <script type="text/javascript" src="http://malsup.github.com/jquery.cycle.all.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $.fn.cycle.defaults.speed = 900; | ||
+ | $.fn.cycle.defaults.timeout = 6000; | ||
+ | $(function() { | ||
+ | // run the code in the markup! | ||
+ | $('#demos pre code').each(function() { | ||
+ | eval($(this).text()); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<div id="header"> | <div id="header"> | ||
<div id="header-focus"> | <div id="header-focus"> |
Revision as of 11:48, 21 September 2013