Team:KAIST-Korea/jihantest
From 2011.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("button").click(function(){ | ||
+ | $("div").animate({height:300},"slow"); | ||
+ | $("div").animate({width:300},"slow"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | |||
<script type="text/javascript" src="jquery.js"></script> | <script type="text/javascript" src="jquery.js"></script> |
Revision as of 14:15, 27 June 2011
$(document).ready(function(){ $("button").click(function(){ $("div").animate({height:300},"slow"); $("div").animate({width:300},"slow"); }); });
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.