Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要搜索文本并在 html 表中获取结果,我可以使用 jquery UI 自动完成并将结果呈现在我自己的位置,而不是像下拉菜单一样显示它吗?
基本上,您需要确保.ui-autocomplete永远不可见,然后您需要使用response自动完成小部件中的事件来获取数据并构建表格
.ui-autocomplete
response
http://jsfiddle.net/KKgvK/