查找编辑控件的下拉菜单
我正在使用第三方工具“lookupedit control”,它类似于组合框。当我们在浏览器的地址栏中输入内容时,我们会在地址栏的下拉列表中看到相关的项目。例如:如果 e 输入 go,我们将在地址栏的下拉列表中获取从 go 开始的所有项目。我想为查找编辑或组合框实现相同的功能。有人可以帮我吗?
i am using a third party tool "lookupedit control" which is similar to a combobox. as we type in the address bar of our browser we get the related items in the dropdown of the address bar. eg: if e type go we get all the items starting from go in the drop down of the address bar. I want to implement the same functionality for lookupedit or a combobox. can anyone help me in this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以使用 jquery 插件自动完成来完成。查看 http://jqueryui.com/demos/autocomplete/#combobox
This can be done using the jquery plugin autocomplete. check out http://jqueryui.com/demos/autocomplete/#combobox