Team:TU Munich/lab/notebook

From 2011.igem.org

(Difference between revisions)
Line 91: Line 91:
"Couldn't load this tab. We'll try to fix this as soon as possible. ");
"Couldn't load this tab. We'll try to fix this as soon as possible. ");
}
}
 +
},
 +
            load: function(event, ui) {
 +
$('.labcheckbox').each(function() {
 +
    console.log(this);
 +
  if ($(this).is(':checked')){
 +
    $('.'+this.value).css({display: 'block'})
 +
  } else {
 +
    $('.'+this.value).css({display: 'none'})
 +
    console.log('hiding '+this.value);
 +
  }
 +
}); 
}
}
-
                        load: function(event, ui) {
 
-
$('.labcheckbox').each(function() {
 
-
    console.log(this);
 
-
  if ($(this).is(':checked')){
 
-
    $('.'+this.value).css({display: 'block'})
 
-
  } else {
 
-
    $('.'+this.value).css({display: 'none'})
 
-
    console.log('hiding '+this.value);
 
-
  }
 
-
}); 
 
-
}
 
});
});
});
});

Revision as of 12:59, 15 September 2011

Labbook

Display:

Results
Cloning
Testing
Other Work

Date: