使用multiple和optgroup时如何更改jquery selectric的选定选项

时间:2018-08-16 11:46:20

标签: jquery-selectric

使用optgroup时,如果选择多个要选择的项目,则更改所选项目会产生怪异的结果。

<select multiple>
  <option  value="">Please choose...</option>
  <optgroup label="L1">
    <option value="ant">Ant</option>
    <option value="cat">Cat</option>
    <option value="dog">Dog</option>
  </optgroup>
</select> 

https://jsfiddle.net/03yc72d1/5/

这似乎是个错误,有人成功了吗?

0 个答案:

没有答案