jquery 自动完成
我有一个下拉列表,其中填充了我的 aspx 页面上的名称列表。我想使用它作为名称文本框中自动完成的数据源。 在 jquery 中最好的方法是什么?
I have a dropdown list populated with the list of names on my aspx page. I want to use this as a data source for autocomplete in the name textbox.
Which is the best way to do it in jquery?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery UI 现在包含一个“官方”自动完成插件,使用起来相对简单。还有许多第三方的,其中许多也运行良好。
jQuery UI now includes an "offical" autocomplete plugin which is relatively simple to use. There are numerous 3rd party ones as well many of which work good too.