Team:KAIST-Korea/jihantest
From 2011.igem.org
(Difference between revisions)
Line 40: | Line 40: | ||
+ | $(document).ready(function(){ | ||
+ | $("button").click(function(){ | ||
+ | $("div").animate({height:300},"slow"); | ||
+ | $("div").animate({width:300},"slow"); | ||
+ | }); | ||
+ | }); | ||
Revision as of 14:11, 27 June 2011
Because time is valuable, we deliver quick and easy learning.
At W3Schools, you can study everything you need to learn, in an accessible and handy format.