select chosen 禁用下拉框某一个option

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

posted @ 2017-07-27 18:01  Martin_lee  阅读(597)  评论(0编辑  收藏  举报