Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:UCLA/Aal/Csstemplate}}
{{:Team:UCLA/Aal/Csstemplate}}
<html>
<html>
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">
+
<script>
$(document).ready(function(){
$(document).ready(function(){
   $(".image").click(function(){
   $(".image").click(function(){
-
     $("#test2").animate({left:'250px'},5000);
+
     $("#test2").animate({left:250px},5000);
   });
   });
});
});
</script>
</script>
</html>
</html>

Revision as of 23:20, 6 August 2014