$(function() { $('#longTime').change(function() { if($(this).prop('checked')) { $('#end').val('').attr('disabled', 'disabled'); $('#days').val(''); } else { $('#end').removeAttr('disabled'); } }); }); function setAclList(programID) { if(programID != 0) { $('.aclBox').html($('#PGMAcl').html()); } else { $('.aclBox').html($('#PRJAcl').html()); } }