$(function(){$('#parent').change();}) function setAclList(programID) { if(programID != 0) { $('.aclBox').html($('#subPGMAcl').html()); } else { $('.aclBox').html($('#PGMAcl').html()); } }