$('input[name="am_payment"]').on('click', function() { if ($(this).val() === '') { $('#theamount').val('').prop("removed", true).focus(); } else { $('#theamount').val('').prop("disabled", false); } });