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