Team:UCLA/Aal/javascripttemplate
From 2014.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
jQuery(document).ready(function($){ | jQuery(document).ready(function($){ | ||
$('.spiderbutton').click(function(){ | $('.spiderbutton').click(function(){ | ||
- | $('.spiderbutton').animate({ up: | + | $('.spiderbutton').animate({ up: '+=50'}, 500) |
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 22:56, 5 September 2014