Difference between revisions of "Team:CGU Taiwan/Notebook"

Line 153: Line 153:
 
$(document).ready(function(){
 
$(document).ready(function(){
 
//$(".content").toggle("100");
 
//$(".content").toggle("100");
$(".biocontent").toggle("100");
+
//$(".biocontent").toggle("100");
 
///$("b").toggle("100");
 
///$("b").toggle("100");
 
///////////////////////////////////////////////////////////////////////
 
///////////////////////////////////////////////////////////////////////
$(".left1").click(function(){
+
//$(".left1").click(function(){
if(temp==1)
+
//if(temp==1)
{
+
//{
$(".biocontent").hide("100");
+
//$(".biocontent").hide("100");
temp = 0;
+
//temp = 0;
}
+
//}
else
+
//else
{
+
//{
$(".biocontent").fadeIn("100");
+
//$(".biocontent").fadeIn("100");
temp = 1;
+
//temp = 1;
}
+
//}
 
     });
 
     });
 
///////////////////////////////////////////////////////////////////////
 
///////////////////////////////////////////////////////////////////////

Revision as of 15:54, 1 November 2017

iGem CGU_Taiwan 2017 - Notebook

NOTEBOOK | LAB NOTE

BIO-DEVELOPMENT

(Lab Note)

MODELING

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.

ENGINEERING

(Lab Note)