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

Line 33: Line 33:
  
 
<button onclick="myFunction()">Try it</button>
 
<button onclick="myFunction()">Try it</button>
April 2016
+
<a  class="showSingle" target="1">Div 1</a>April 2016
 
<p>
 
<p>
<div id="myDIV">
+
<div id="div1" class="targetDiv">
 
<ul>Settlement of lab duties and position.</ul>
 
<ul>Settlement of lab duties and position.</ul>
  
Line 57: Line 57:
  
 
<script>
 
<script>
function myFunction() {
+
jQuery(function(){
    var x = document.getElementById('myDIV');
+
jQuery('.showSingle').click(function(){
    if (x.style.display === 'none') {
+
              jQuery('.targetDiv').hide();
        x.style.display = 'block';
+
              jQuery('#div'+$(this).attr('target')).show();
    } else {
+
         });
         x.style.display = 'none';
+
});
    }
+
 
}
 
}
 
</script>
 
</script>

Revision as of 13:31, 10 August 2017

Div 1April 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.