Team:Sevilla/test
From 2011.igem.org
(Difference between revisions)
(Menu Test) |
(Test) |
||
Line 55: | Line 55: | ||
</html> | </html> | ||
+ | |||
+ | <script type="text/javascript" src="path/to/jquery.easing.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })}); | $(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })}); | ||
</script> | </script> | ||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 16:42, 1 April 2011
2º parte del wikiii
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.js"></script>
/*Script de jquery.lavalamp*/
<script type="text/javascript" src="hhttps://sites.google.com/site/bobstringfiles/arcanum/jquery.lavalamp.js"></script>
/*Script de jquery.easing*/
<script type="text/javascript" src="https://sites.google.com/site/bobstringfiles/arcanum/jquery.easing.min.js"></script>
<script type="text/javascript" src="path/to/jquery.easing.js"></script>
<script type="text/javascript">
$(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })});
</script>