Team:Freiburg/Project/toolkit
From 2013.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
<script> | <script> | ||
- | + | $('#box').change(function() { | |
- | + | $('#div').toggle(this.checked); | |
- | + | }); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</script> | </script> | ||
Line 77: | Line 73: | ||
<div id="main_contant" style="height:500px;"> | <div id="main_contant" style="height:500px;"> | ||
- | <input type= | + | <input type="checkbox" vlalue="show-hide" checked="checked" id="box"> |
- | <div id=" | + | <div id="div">123</div> |
Revision as of 22:01, 17 September 2013
123