jQuery 选择框替换
我正在寻找 jQuery 选择框替换的推荐。我之前在 BrainFault 使用过这个( http://www.brainfault.com /jquery-plugins/jquery-selectbox-replacement/ )。
然而,从使用它和对它的一些研究来看,它充满了错误,不建议我自己使用它。
任何建议表示赞赏!
Im looking for a recommendation for jQuery select box replacement. Ive previously used the one over at BrainFault ( http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/ ).
However, from using it and a little research into it, it is pretty bug ridden and would not recommended using it myself.
Any advice appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
SelectBoxIt 是我刚刚发布的一个 jQuery 插件,它充当 HTML 选择框的替代品。它可以使用 Twitter Bootstrap 或 jQueryUI 进行主题化,并且功能丰富。
http://www.selectboxit.com
SelectBoxIt is a jQuery plugin that I just released that acts as an HTML select box replacment. It is themeable with either Twitter Bootstrap or jQueryUI and is jam packed with features.
http://www.selectboxit.com
自 jQuery UI 1.8 以来,出现了一个 具有组合框功能的自动完成控件,它取代了选择控件。
Since jQuery UI 1.8 there has been an autocomplete control that has a combobox functionality which replaces a select control.
jQuery Selectbox 插件 是一个受 jQuery UI 源代码启发的自定义选择框替代品。您需要 jQuery 1.4.x 或更高版本。
版本 (0.1.3) 添加了对以下内容的支持:
“disabled”属性托管在 Google 代码上。
jQuery Selectbox plugin is a custom select box replacement inspired by jQuery UI source. You'll need jQuery 1.4.x or higher.
Version (0.1.3) added support for:
It's hosted on Google Code.
试试这个:
http://theuiguy .blogspot.com/2008/09/select-box-factory-20-for-jquery.html编辑演示页面:http://www.headcircus.com/uiguy/selectboxfactory/selectboxfactory。 html(让它加载)
更新:http://gregfranko.com/jquery.selectBoxIt。 js/ 这似乎是一个更好的选择
try this :
http://theuiguy.blogspot.com/2008/09/select-box-factory-20-for-jquery.htmledit the demo page : http://www.headcircus.com/uiguy/selectboxfactory/selectboxfactory.html (let it load)
Update: http://gregfranko.com/jquery.selectBoxIt.js/ this seems to be a better option
Select2 Select2 是一个基于 jQuery 的选择框替代品。它支持搜索、远程数据集和结果的无限滚动。
Select2 Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.