$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled");
$("#tbParBudCode").chosen("destroy").chosen({
width: '100%',
search_contains: true
});
select chosen 禁用下拉框某一个option
阅读 104
2023-03-05
$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled");
$("#tbParBudCode").chosen("destroy").chosen({
width: '100%',
search_contains: true
});
相关推荐
精彩评论(0)