From OpenWetWare
(Difference between revisions)
|
|
| (9 intermediate revisions 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>
| |
Current revision