Team:TU Darmstadt/Template/Javascript
From 2014.igem.org
(Difference between revisions)
Line 1,035: | Line 1,035: | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | // Can also be used with $(document).ready() | ||
+ | jQuery(window).load(function() { | ||
+ | jQuery('#slider').flexslider({ | ||
+ | animation: "slide" | ||
+ | }); | ||
+ | jQuery('#slider img').removeAttr('width').removeAttr('height'); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> | ||
+ | |||
</html> | </html> |
Revision as of 21:42, 14 October 2014