Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 134: | Line 134: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | $(.labcheckbox).click( function() | + | $(.labcheckbox).click(function() { |
- | + | ||
if ($(this).is(':checked')){ | if ($(this).is(':checked')){ | ||
$('.'+this.value).css({'display','block'}) | $('.'+this.value).css({'display','block'}) |
Revision as of 20:54, 14 September 2011