select 多选禁用其中某个option

 select 多选禁用其中某个option(添加disabled)










如果引用了 bootstrap-select

$('.ex-disable').click(function () {
  $('.disable-example option').prop('disabled', true);
  $('.disable-example').selectpicker('refresh');
});

你可能感兴趣的:(编码)