select chosen 禁用下拉框某一个option

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

你可能感兴趣的:(jquery)