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() { | ||
- | |||
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'}) | ||
- | |||
} | } | ||
}); | }); |
Revision as of 13:01, 15 September 2011