AJAX 自动建议组合框

发布于 2024-10-01 08:10:57 字数 271 浏览 7 评论 0原文

我正在寻找一个支持 AJAX 的组合框,具有以下功能:

  1. 该组合框接受从下拉列表中选择的条目以及用户输入的自由格式文本(有点像用于输入标签的文本字段) StackOverflow 问题)
  2. 下拉列表包含有限数量(少于 10 个)的建议,这些建议基于用户目前输入的内容
  3. 。这些建议是从主列表和辅助列表中提取的。如果用户的输入无法与主列表中的任何内容匹配,则查阅辅助列表。这两个列表都是由服务器上运行的我的应用程序按需生成的。

有什么建议吗?

I’m looking for an AJAX-enabled combo box with the following features:

  1. The combo box accepts entries selected from a drop-down as well as free-form text entered by the user (kind of like the text field used to enter tags for StackOverflow questions)
  2. The drop-down list contains a limited number (less than 10) of suggestions based on what the user typed so far
  3. The suggestions are pulled from a primary list and a secondary list. The secondary list is consulted if the user’s input cannot be matched to anything in the primary list. Both lists are generated on demand by my application running on the server.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

○愚か者の日 2024-10-08 08:10:57

jQuery-ui 有一个 autocomplete 插件提供此功能。

jQuery-ui has an autocomplete plugin that offers this functionality.

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