Team:Sevilla/test
From 2011.igem.org
(Difference between revisions)
(Test) |
(Test) |
||
Line 53: | Line 53: | ||
</style> | </style> | ||
- | |||
- | |||
<script type="text/javascript" src="path/to/jquery.easing.js"></script> | <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 })}); | |
</script> | </script> | ||
+ | |||
+ | </html> |
Revision as of 16:43, 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>