.net MVC 3 中的 jQuery AutoComplete 可根据用户类型更新目标元素
我在搜索框上使用 jQueryUI 自动完成功能。一切正常。但是,我希望更新结果表而不是 jQuery 建议列表的下拉列表。像 Google 搜索之类的东西...当您输入时,结果会发生变化。有这样的例子吗?
I am using the jQueryUI autocomplete on a search box. All works fine. However, I wanted the result table to be updated instead of the dropdown list of jQuery suggestion list. Something like Google Search... as you type the result changes. Is there any example of that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以自定义插件或使用 http://plugins.jquery.com/project/AutocompleteTableLayout
该插件仍处于测试阶段,作者只是扩展了原始自动完成插件以使用表格布局而不是下拉列表
you can either customize the plugin or use http://plugins.jquery.com/project/AutocompleteTableLayout
This plugin is still in beta, the author just extended the original autocomplete plugin to use a table layout instead of the dropdown list