jQuery - 任何轻松授予选择框自动完成功能的好方法

发布于 2024-10-20 22:55:36 字数 175 浏览 2 评论 0原文

我在这里维护一些遗留代码。大多数代码由巨大的表单组成,每个表单都有很多选择。填写整个表格非常麻烦,因为每个选择都有很多可能的值,以至于要花很长时间才能找到您要查找的值。

我知道这就是自动完成通常介入的地方。有谁知道有什么简单的方法可以使用 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 技术交流群。

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

发布评论

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

评论(4

千寻… 2024-10-27 22:55:36

我知道这篇文章很旧,但我遇到了它,经过更多研究发现 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.

天荒地未老 2024-10-27 22:55:36

Jquery UI 也是一个很棒的界面(并且还有其他很棒的功能)

Jquery UI is a great one also (and has other great features available)

杀お生予夺 2024-10-27 22:55:36

如果我明白,可能有助于

再见

If i understand, may be this helps

bye

情感失落者 2024-10-27 22:55:36

您是否尝试过这些:

第一个 听起来很有希望

jQuery 选择自动完成功能可以让您
将 HTML 标签转换为
自动完成文本输入框。

你可以像这样使用它:
$(select.autocomplete).select-autocomplete();

Did you try these:

The first one sounds promising:

jQuery Select Autocomplete lets you
turn an HTML tag into an
auto-complete text input box.

You use it like this:
$(select.autocomplete).select-autocomplete();

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