Team:HKUST-Hong Kong/Notebook/Logbook
From 2012.igem.org
(Difference between revisions)
Line 66: | Line 66: | ||
$('#News_Click').click(function(){ | $('#News_Click').click(function(){ | ||
$('#News_Content').slideToggle("slow"); | $('#News_Content').slideToggle("slow"); | ||
+ | }); | ||
+ | $('#p1').click(function(){ | ||
+ | $('#c1').slideToggle("slow"); | ||
}); | }); | ||
}); | }); | ||
Line 221: | Line 224: | ||
border-radius:10px; | border-radius:10px; | ||
-moz-border-radius:10px; | -moz-border-radius:10px; | ||
+ | } | ||
+ | |||
+ | #c1{ | ||
+ | display:none; | ||
} | } | ||
Line 320: | Line 327: | ||
<div align="left"> | <div align="left"> | ||
<h1>Cell Death Logbook</h1> | <h1>Cell Death Logbook</h1> | ||
- | </div> | + | </div><button id="p1" type="button">Click to see</button> |
- | <object width="945" height="500" data="https://static.igem.org/mediawiki/2012/5/54/Cell_Death_Logbook.pdf"></object> | + | <object id="c1" width="945" height="500" data="https://static.igem.org/mediawiki/2012/5/54/Cell_Death_Logbook.pdf"></object> |
</div> | </div> | ||
<div id="paragraph2" class="bodyParagraphs"> | <div id="paragraph2" class="bodyParagraphs"> |
Revision as of 12:26, 24 September 2012
Logbook