Team:Valencia UPV/javascript
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?action=raw&ctype=text/javascript"></script> <script type="text/javasc...") |
|||
Line 22: | Line 22: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | <!-- TEAM ACCORDION | ||
+ | |||
+ | |||
+ | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery-1.6.1.min.js?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
+ | |||
+ | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.easing.1.3.js?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
+ | |||
+ | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.mousewheel.js?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
+ | |||
+ | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.vaccordion.js?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $('#va-accordion').vaccordion({ | ||
+ | visibleSlices : 5, | ||
+ | expandedHeight : 250, | ||
+ | animOpacity : 0.1, | ||
+ | contentAnimSpeed: 100 | ||
+ | }); | ||
+ | }); | ||
+ | </script> --> | ||
+ | |||
</html> | </html> |
Revision as of 13:58, 12 August 2014