Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
Line 89: | Line 89: | ||
<!--*****************************正文主体********************************* --> | <!--*****************************正文主体********************************* --> | ||
<div class="container" style="position:relative;top:300px;"> | <div class="container" style="position:relative;top:300px;"> | ||
− | + | ||
+ | <div id="passage1" style="display:block;"> | ||
+ | <h1>New application</h1> | ||
<center><img id="zyy1" style="width:40% !important;"src="https://static.igem.org/mediawiki/2018/e/eb/T--CPU_CHINA--application2.jpg"></img></center> | <center><img id="zyy1" style="width:40% !important;"src="https://static.igem.org/mediawiki/2018/e/eb/T--CPU_CHINA--application2.jpg"></img></center> | ||
Line 167: | Line 169: | ||
<h4>[31]Hermonat PL (2014) Improving AAV Gene Therapy: Graduating From Transgene Expression “Everywhere, All The Time” To “Disease-Specific”. Clon Transgen 3:e114. doi:10.4172/2168-9849.1000e114 | <h4>[31]Hermonat PL (2014) Improving AAV Gene Therapy: Graduating From Transgene Expression “Everywhere, All The Time” To “Disease-Specific”. Clon Transgen 3:e114. doi:10.4172/2168-9849.1000e114 | ||
+ | </div> | ||
− | + | <div id="passage2" style="display:none"> | |
− | + | <center><h1>Drug delivery system</h1></center> | |
− | + | ||
<center><img id="zyy2" style="width:40% !important;"src="https://static.igem.org/mediawiki/2018/1/19/T--CPU_CHINA--application1.jpg | <center><img id="zyy2" style="width:40% !important;"src="https://static.igem.org/mediawiki/2018/1/19/T--CPU_CHINA--application1.jpg | ||
"></img></center> | "></img></center> | ||
Line 238: | Line 240: | ||
<br/> | <br/> | ||
− | + | </div> | |
</div> | </div> | ||
Line 259: | Line 261: | ||
$("#zyy1").click(function(){ | $("#zyy1").click(function(){ | ||
− | + | $("#passage1").hide(); | |
+ | $("#passage2").show(); | ||
+ | a=document.body.scrollHeight; | ||
}) | }) | ||
$("#zyy2").click(function(){ | $("#zyy2").click(function(){ | ||
− | + | $("#passage2").hide(); | |
+ | $("#passage1").show(); | ||
+ | a=document.body.scrollHeight; | ||
}) | }) | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 12:51, 30 November 2018