Team:Freiburg/Project/toolkit

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
     $("[name=toggler]").click(function(){
     $("[name=toggler]").click(function(){
             $('.toHide').hide();
             $('.toHide').hide();
 +
$('.toHide2').hide();
             $("#check-"+$(this).val()).show('slow');
             $("#check-"+$(this).val()).show('slow');
     });
     });

Revision as of 15:13, 18 September 2013