JQuery 自动完成选择组件?
我想要一个选择组件,用户可以在其上编写并且它使用自动完成功能。用户输入的值和/或从自动完成列表中选择的值将在选择框中被选中。例如JQuery中有这种组件吗?我可以使用相同的示例和演示。
I would like a have a select component on which user can write and it uses autocomplete. The values user has typed and/or chosen from autocomplete list will be selected on the select box. Is there this kind of component in, e.g JQuery? I could use same examples and demos.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你应该看看这里的jquery自动完成插件。它会满足你的需要。
I think you shoud have a look at the jquery autocomplete plugin here.It will suit your need.