Team:Harvard/Project/Pipeline
From 2011.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<div class="whitebox"> | <div class="whitebox"> | ||
- | + | =Our Project Pipeline= | |
[[File:HARV Pipeline.PNG|frame|center]] | [[File:HARV Pipeline.PNG|frame|center]] | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="whitebox"> | ||
+ | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript" src="jquery.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("myhover").hover(function(){ | ||
+ | $("p").toggle(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <button>Toggle</button> | ||
+ | <p id="myhover">Hello World!</p> | ||
+ | <p>This is a paragraph with little content.</p> | ||
+ | <p>This is another small paragraph.</p> | ||
+ | </body> | ||
+ | </html> | ||
</div> | </div> |
Latest revision as of 02:57, 21 September 2011
Hello World!
This is a paragraph with little content.
This is another small paragraph.