User:Anita Nguyen: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(Removing all content from page)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Contact Info==
[[Image:OWWEmblem.png|thumb|right|]]


*Anita Nguyen
*Imperial College London
*[[Special:Emailuser/Anita Nguyen|Email me through OpenWetWare]]
==Education==
<!--Include info about your educational background-->
==Useful links==
*[[OpenWetWare:Welcome|Introductory tutorial]]
*[[Help|OpenWetWare help pages]]
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(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");
  });
});
</script>
</head>
<body>
<button>Start Animation</button>
<br /><br />
<div style="background:#98bf21;height:100px;width:100px;position:relative">
</div>
</body>
</html>

Latest revision as of 06:41, 2 January 2011