Template:Team:TU Munich/ExCol
From 2012.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
$('h4').parent('div.bezel').children().not('h4').hide() | $('h4').parent('div.bezel').children().not('h4').hide() | ||
$('h4').parent('div.bezel').children('h4').click(function() { | $('h4').parent('div.bezel').children('h4').click(function() { | ||
- | if( $(this).parent('div.bezel').children(). | + | if( $(this).parent('div.bezel').children('h4').children('span.excol').html() == ' [Expand]') { |
- | $(this).parent('div.bezel').children('h4').children('span').html(' [Collapse]') | + | $(this).parent('div.bezel').children('h4').children('span.excol').html(' [Collapse]') |
}else { | }else { | ||
- | $(this).parent('div.bezel').children('h4').children('span').html(' [Expand]') | + | $(this).parent('div.bezel').children('h4').children('span.excol').html(' [Expand]') |
} | } | ||
$(this).parent('div.bezel').children().not('h4').fadeToggle() | $(this).parent('div.bezel').children().not('h4').fadeToggle() |
Revision as of 16:17, 26 September 2012