jQuery - 任何轻松授予选择框自动完成功能的好方法
我在这里维护一些遗留代码。大多数代码由巨大的表单组成,每个表单都有很多选择。填写整个表格非常麻烦,因为每个选择都有很多可能的值,以至于要花很长时间才能找到您要查找的值。
我知道这就是自动完成通常介入的地方。有谁知道有什么简单的方法可以使用 jQuery 将我的许多选择框转换为自动完成小部件吗?
谢谢你!
I am maintaining some legacy code here. Most of the code consists of huge forms, when each form has got many selects. It's very cumbersome to fill the entire form, as you have so many possible values for each select, that finding the one you're looking for takes for ever.
I know that this is where auto complete usually steps in. Does anyone know of any simple way to convert my many select boxes into an auto complete widget using jQuery?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我知道这篇文章很旧,但我遇到了它,经过更多研究发现 jQuery UI AutoComplete< /a> 有一个组合框演示。
I know this post is old, but I came across it and after a little more research found that jQuery UI AutoComplete has a combobox demo.
Jquery UI 也是一个很棒的界面(并且还有其他很棒的功能)
Jquery UI is a great one also (and has other great features available)
如果我明白,可能这有助于
再见
If i understand, may be this helps
bye
您是否尝试过这些:
jquery-select-autocomplete
vCombobox
第一个 听起来很有希望:
Did you try these:
jquery-select-autocomplete
vCombobox
The first one sounds promising: