Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现这种方法使用jQueryshow和hide方法,但这对我来说与 select2 库(v4.0.0)结合起来不起作用。我的示例如下所示:JSFiddle
show
hide
有没有办法(也许是一个例子)用这个插件进行链式选择?
有多种链接 Select2 的方法。在 a中隐藏<option>元素不是我推荐的方式。<select>
<option>
<select>
Select2 不会尝试检测元素是否可见,而是依赖于从 中添加和删除的选项<select>,这是确保结果不可见的保证方法,无论您使用什么插件。