Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 135: | Line 135: | ||
$('.'+this.value+' ul').css({display: 'block'}) | $('.'+this.value+' ul').css({display: 'block'}) | ||
$('.'+this.value+' pre').css({display: 'block'}) | $('.'+this.value+' pre').css({display: 'block'}) | ||
+ | $('.'+this.value+' div').css({display: 'block'}) | ||
} else { | } else { | ||
$('.'+this.value+' p').css({display: 'none'}) | $('.'+this.value+' p').css({display: 'none'}) | ||
Line 140: | Line 141: | ||
$('.'+this.value+' ul').css({display: 'none'}) | $('.'+this.value+' ul').css({display: 'none'}) | ||
$('.'+this.value+' pre').css({display: 'none'}) | $('.'+this.value+' pre').css({display: 'none'}) | ||
+ | $('.'+this.value+' div').css({display: 'none'}) | ||
} | } | ||
}); | }); | ||
Line 149: | Line 151: | ||
$('.'+this.value+' ul').css({display: 'block'}) | $('.'+this.value+' ul').css({display: 'block'}) | ||
$('.'+this.value+' pre').css({display: 'block'}) | $('.'+this.value+' pre').css({display: 'block'}) | ||
+ | $('.'+this.value+' div').css({display: 'block'}) | ||
$('.'+this.value).addClass('displayed') | $('.'+this.value).addClass('displayed') | ||
} else { | } else { | ||
Line 154: | Line 157: | ||
$('.'+this.value+' table').css({display: 'none'}) | $('.'+this.value+' table').css({display: 'none'}) | ||
$('.'+this.value+' ul').css({display: 'none'}) | $('.'+this.value+' ul').css({display: 'none'}) | ||
+ | $('.'+this.value+' pre').css({display: 'none'}) | ||
$('.'+this.value+' pre').css({display: 'none'}) | $('.'+this.value+' pre').css({display: 'none'}) | ||
$('.'+this.value).removeClass('displayed') | $('.'+this.value).removeClass('displayed') |
Revision as of 17:11, 26 September 2012