简体   繁体   English

AJAX自动建议组合框

[英]AJAX auto-suggest combo box

I'm looking for an AJAX-enabled combo box with the following features: 我正在寻找具有以下功能的支持AJAX的组合框:

  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) 组合框接受从下拉列表中选择的条目以及用户输入的自由格式文本(类似于用于输入StackOverflow问题标签的文本字段)
  2. The drop-down list contains a limited number (less than 10) of suggestions based on what the user typed so far 下拉列表包含基于用户到目前为止输入内容的有限数量(少于10个)建议
  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? 有什么建议么?

jQuery-ui有一个提供此功能的自动完成插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM