Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
( function test( $ ) { | ( function test( $ ) { | ||
- | $(' | + | $('block1').fadeIn(); |
} )( jQuery ); | } )( jQuery ); | ||
</script> | </script> | ||
Line 57: | Line 57: | ||
<body> | <body> | ||
- | <div id="main_container" align="center" style="position:relative; top:35px;" onclick= | + | <div id="main_container" align="center" style="position:relative; top:35px;" onclick='test()'> |
<img id="vector" src="https://static.igem.org/mediawiki/2011/a/a9/Plasmid.png" width="250px" height="250px" style="position:relative; top:30px;"/> | <img id="vector" src="https://static.igem.org/mediawiki/2011/a/a9/Plasmid.png" width="250px" height="250px" style="position:relative; top:30px;"/> | ||
<div id="block1"></div> | <div id="block1"></div> |
Revision as of 21:12, 2 September 2011