Team:Freiburg/Project/toolkit
From 2013.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
$(function() { | $(function() { | ||
$("[name=toggler]").click(function(){ | $("[name=toggler]").click(function(){ | ||
+ | $('.toHide').hide(); | ||
+ | $("#check-"+$(this).val()).show('slow'); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $("[name=toggler_two]").click(function(){ | ||
$('.toHide').hide(); | $('.toHide').hide(); | ||
$("#check-"+$(this).val()).show('slow'); | $("#check-"+$(this).val()).show('slow'); | ||
Line 140: | Line 150: | ||
<img src="https://static.igem.org/mediawiki/2013/6/6e/Activation.png" | <img src="https://static.igem.org/mediawiki/2013/6/6e/Activation.png" | ||
<p> Effectively activate your genes using VP16 as functional effector. </p> | <p> Effectively activate your genes using VP16 as functional effector. </p> | ||
- | <label><input id="rdb4" type="radio" name=" | + | <label><input id="rdb4" type="radio" name="toggler_two" value="4" />No induction </label> |
- | <label><input id="rdb5" type="radio" name=" | + | <label><input id="rdb5" type="radio" name="toggler_two" value="5" /> Light induction <img src="https://static.igem.org/mediawiki/2013/a/a6/Light.png"></label> |
</div> | </div> | ||
Revision as of 00:25, 18 September 2013