Close X
$("#bday").click(function() { if($(this).is(":checked")) { } else { $("input[name*='birthday']").val(""); } });