Team:TU Munich/lab/notebook
From 2011.igem.org
(Difference between revisions)
Line 133: | Line 133: | ||
<div id='labmenu' class='' style="float:left;width:200px;"> | <div id='labmenu' class='' style="float:left;width:200px;"> | ||
<script> | <script> | ||
- | + | $(document).ready(function() { | |
$(':checkbox').click( function() | $(':checkbox').click( function() | ||
{ | { | ||
Line 142: | Line 142: | ||
$('.'+this.value).css({'display','none'}) | $('.'+this.value).css({'display','none'}) | ||
} | } | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 20:34, 14 September 2011