jQuery 选择框替换

发布于 2024-09-29 11:26:22 字数 288 浏览 5 评论 0原文

我正在寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

妄司 2024-10-06 11:26:22

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

维持三分热 2024-10-06 11:26:22

自 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.

我最亲爱的 2024-10-06 11:26:22

jQuery Selectbox 插件 是一个受 jQuery UI 源代码启发的自定义选择框替代品。您需要 jQuery 1.4.x 或更高版本。

版本 (0.1.3) 添加了对以下内容的支持:

  • 上的optgroup
  • “option”和“optgroup”
  • 自定义速度

“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:

  • optgroup
  • 'disabled' attribute on both 'option' and 'optgroup'
  • custom speed

It's hosted on Google Code.

云仙小弟 2024-10-06 11:26:22

Select2 Select2 是一个基于 jQuery 的选择框替代品。它支持搜索、远程​​数据集和结果的无限滚动。

Select2 Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文