-
-
Save robwilde/3909e2ed8c1fcfadd9fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document).ready(function($) { | |
| $('input#choice_13_1').click(function() { | |
| if($(this).is(':checked')) { | |
| $('#input_2_12_1').val($('#input_2_2_1').val()); | |
| $('#input_2_12_2').val($('#input_2_2_2').val()); | |
| $('#input_2_12_3').val($('#input_2_2_3').val()); | |
| $('#input_2_12_4').val($('#input_2_2_4').val()); | |
| $('#input_2_12_5').val($('#input_2_2_5').val()); | |
| }; | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment