Hey Ya\'ll I have got a question with my radio buttons I have these 3 buttons
No
I think this is more effective.
$("input[name='answer']").change(function(){ if($(this).val() == "yes") { $("#otherAnswer").show(); }else{ $("#otherAnswer").hide(); } });