Team:Harvard/Project/Pipeline
From 2011.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".HOVER").hover(function(){ | $(".HOVER").hover(function(){ | ||
- | $(" | + | $("p").toggle(); |
}); | }); | ||
}); | }); | ||
Line 23: | Line 23: | ||
<button>Toggle</button> | <button>Toggle</button> | ||
- | < | + | <p id="myHeader">Hello World!</p> |
- | < | + | <p>This is a paragraph with little content.</p> |
+ | <p>This is another small paragraph.</p> | ||
</body> | </body> | ||
</html> | </html> | ||
</div> | </div> |
Revision as of 02:54, 21 September 2011
Hello World!
This is a paragraph with little content.
This is another small paragraph.