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'); | $("#check-"+$(this).val()).show('slow'); | ||
}); | }); | ||
Line 22: | Line 23: | ||
$(function() { | $(function() { | ||
$("[name=toggler_two]").click(function(){ | $("[name=toggler_two]").click(function(){ | ||
- | |||
$("#check-"+$(this).val()).show('slow'); | $("#check-"+$(this).val()).show('slow'); | ||
}); | }); |
Revision as of 00:28, 18 September 2013