select chosen 禁用下拉框某一个option

            $("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled");
                           
                            $("#tbParBudCode").chosen("destroy").chosen({      
                                 '100%',
                                search_contains: true
                            });     

原文地址:https://www.cnblogs.com/MartinLee/p/7622561.html