$(function() { $('[name="radio_box"]').change(function () { $('#text36')[$("#radio2").prop("checked") ? 'show' : 'hide'](); }); });