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.
我正在寻找 Select2 的替代方案,它基本上提供相同的功能,但包括适当的测试。
对圣杯的追求?最后一只独角兽?
Selectize.js是我一直在研究的一个 select2 替代方案,它有一套使用testem、 syn、 mocha和chai组合的测试。现在有以下几类测试:
<select>
<input>
话虽如此,测试并不像我希望的那样广泛,但它已经到了那里:)
注意:我不再维护这个项目。选择另一个。
我开发的Bselect已经过测试,但不包括 Select2/Chosen 的所有功能(尚未)。
如果您愿意,请加入我的开发过程:)
另一种可能的选择是引导多选
《基于 Twitter Bootstrap 的 JQuery 多选插件》
示例和文档:http ://davidstutz.github.io/bootstrap-multiselect/