Team:KAIST-Korea/jihantest

From 2011.igem.org

(Difference between revisions)
Line 46: Line 46:
   });
   });
});
});
 +
<button>Start Animation</button>

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.

Fat Dog

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