Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 139: | Line 139: | ||
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ | ||
- | $('.'+this.value+' p'). | + | $('.'+this.value+' p').css({display: 'block'}) |
$('.'+this.value+' table').css({display: 'table'}) | $('.'+this.value+' table').css({display: 'table'}) | ||
$('.'+this.value+' ul').css({display: 'block'}) | $('.'+this.value+' ul').css({display: 'block'}) | ||
$('.'+this.value+' pre').css({display: 'block'}) | $('.'+this.value+' pre').css({display: 'block'}) | ||
} else { | } else { | ||
- | $('.'+this.value+' p'). | + | $('.'+this.value+' p').css({display: 'none'}) |
$('.'+this.value+' table').css({display: 'none'}) | $('.'+this.value+' table').css({display: 'none'}) | ||
$('.'+this.value+' ul').css({display: 'none'}) | $('.'+this.value+' ul').css({display: 'none'}) |
Revision as of 15:06, 12 August 2012