Team:Calgary/Notebook
From 2009.igem.org
(Difference between revisions)
(→WEEKLY UPDATES) |
(→WEEKLY UPDATES) |
||
Line 12: | Line 12: | ||
---- | ---- | ||
<html> | <html> | ||
- | < | + | <p>...This is all visible content... |
- | + | <a href="#" id="example-show" class="showLink" | |
- | < | + | onclick="showHide('example');return false;">See more.</a> |
- | </ | + | </p> |
+ | <div id="example" class="more"> | ||
+ | <p>...This content is hidden by default...</p> | ||
+ | <p><a href="#" id="example-hide" class="hideLink" | ||
+ | onclick="showHide('example');return false;">Hide this content.</a></p> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 21:25, 1 June 2009
Home | The Team | Calendar | The Project | Parts Submitted to the Registry | Modeling | Notebook |
---|
WEEKLY UPDATES
...This is all visible content... See more.
...This content is hidden by default...