select chosen 禁用下拉框某一个option
$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled"); $("#tbParBudCode").chosen("destroy").chosen({ width: '100%', search_contains: true });
$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled"); $("#tbParBudCode").chosen("destroy").chosen({ width: '100%', search_contains: true });