Template:Team:TU Munich/LabHeader

From 2012.igem.org

(Difference between revisions)
Line 162: Line 162:
   $('.'+this.value).removeClass('displayed')
   $('.'+this.value).removeClass('displayed')
   }  
   }  
-
});
 
-
$('.experiment h3 span.mw-headline').click(function() {
 
-
  if ($(this).hasClass('displayed')) {
 
-
  $(this).parent().parent().children('p').css({display: 'none'})
 
-
  $(this).parent().parent().children('table').css({display: 'none'})
 
-
  $(this).parent().parent().children('ul').css({display: 'none'})
 
-
  $(this).parent().parent().children('pre').css({display: 'none'})
 
-
  $(this).parent().parent().children('div').css({display: 'none'})
 
-
  $(this).removeClass('displayed')
 
-
  }else {
 
-
  $(this).parent().parent().children('p').css({display: 'block'})
 
-
  $(this).parent().parent().children('table').css({display: 'table'})
 
-
  $(this).parent().parent().children('ul').css({display: 'block'})
 
-
  $(this).parent().parent().children('pre').css({display: 'block'})
 
-
  $(this).parent().parent().children('div').css({display: 'block'})
 
-
  $(this).addClass('displayed')
 
-
  }
 
  });
  });
  $('a.WDetails').click(function() {
  $('a.WDetails').click(function() {

Revision as of 17:21, 26 September 2012