Team:TU Munich/lab/notebook

From 2011.igem.org

(Difference between revisions)
Line 94: Line 94:
             load: function(event, ui) {  
             load: function(event, ui) {  
$('.labcheckbox').each(function() {
$('.labcheckbox').each(function() {
-
    console.log(this);
 
   if ($(this).is(':checked')){
   if ($(this).is(':checked')){
     $('.'+this.value).css({display: 'block'})
     $('.'+this.value).css({display: 'block'})
   } else {
   } else {
     $('.'+this.value).css({display: 'none'})
     $('.'+this.value).css({display: 'none'})
-
    console.log('hiding '+this.value);
 
   }
   }
  });   
  });   

Revision as of 13:01, 15 September 2011

Labbook

Display:

Results
Cloning
Testing
Other Work

Date: