Difference between revisions of "Team:Hong Kong-CUHK/Notebook"

Line 32: Line 32:
 
<body>
 
<body>
  
 +
<button onclick="myFunction()">Try it</button>
 
April 2016
 
April 2016
 
<p>
 
<p>
Line 55: Line 56:
  
 
<head>
 
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+
 
 
<script>
 
<script>
$(document).ready(function(){
+
function myFunction() {
     $("button").click(function(){
+
     var x = document.getElementById('myDIV');
         $("ul").toggle();
+
    if (x.style.display === 'none') {
     });
+
         x.style.display = 'block';
});
+
     } else {
 +
        x.style.display = 'none';
 +
    }
 +
}
 
</script>
 
</script>
 +
 +
 
</head>
 
</head>
  
  
 
</html>
 
</html>

Revision as of 13:24, 10 August 2017

April 2016

    Settlement of lab duties and position.
    Lab safety Training.
    Started regular meetings every week,

May 2016
    Recruitment of ideas and prepare preliminary data for selection. Project related to pancreatic cancer diagnosis by Toehold Switch is selected.