Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 76: | Line 76: | ||
</style> | </style> | ||
<script> | <script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</script> | </script> | ||
</head> | </head> | ||
Line 134: | Line 99: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | $('#tabs').click(function() { | ||
+ | $('.labcheckbox').each(function() { | ||
+ | console.log(this); | ||
+ | if ($(this).is(':checked')){ | ||
+ | $('.'+this.value).css({display: 'block'}) | ||
+ | } else { | ||
+ | $('.'+this.value).css({display: 'none'}) | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
$('.labcheckbox').each(function() { | $('.labcheckbox').each(function() { | ||
console.log(this); | console.log(this); |
Revision as of 12:43, 15 September 2011