Team:KAIST-Korea/jihantest

From 2011.igem.org

Revision as of 14:08, 27 June 2011 by Janihyo (Talk | contribs)

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.

Fat Dog

//////// $(document).ready(function(){ $("button").click(function(){ $("div").animate({height:300},"slow"); $("div").animate({width:300},"slow"); $("div").animate({height:100},"slow"); $("div").animate({width:100},"slow"); }); });

///////