Hey Ya\'ll I have got a question with my radio buttons I have these 3 buttons
No
$(":radio").on('click',function (){ if ($(this).is(":checked") && $(this).val()=='other') ) $('#otherAnswer').show(); else $('#otherAnswer').hide(); });