Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 100: | Line 100: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#tabs').click(function() { | $('#tabs').click(function() { | ||
- | $('.labcheckbox').each(function() { | + | $('.labcheckbox .litopic').each(function() { |
console.log(this); | console.log(this); | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ | ||
Line 110: | Line 110: | ||
}); | }); | ||
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
- | |||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ | ||
$('.'+this.value).css({display: 'block'}) | $('.'+this.value).css({display: 'block'}) |
Revision as of 12:45, 15 September 2011