Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 164: | Line 164: | ||
$(this).parent().parent().children('ul').css({display: 'none'}) | $(this).parent().parent().children('ul').css({display: 'none'}) | ||
$(this).parent().parent().children('pre').css({display: 'none'}) | $(this).parent().parent().children('pre').css({display: 'none'}) | ||
+ | $(this).parent().parent().children('div').css({display: 'none'}) | ||
$(this).removeClass('displayed') | $(this).removeClass('displayed') | ||
}else { | }else { | ||
Line 170: | Line 171: | ||
$(this).parent().parent().children('ul').css({display: 'block'}) | $(this).parent().parent().children('ul').css({display: 'block'}) | ||
$(this).parent().parent().children('pre').css({display: 'block'}) | $(this).parent().parent().children('pre').css({display: 'block'}) | ||
+ | $(this).parent().parent().children('div').css({display: 'block'}) | ||
$(this).addClass('displayed') | $(this).addClass('displayed') | ||
} | } |
Revision as of 17:03, 26 September 2012