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.
我有一个使用奏鸣曲管理包生成的表单。我想在输入字段上为我的用户启用实时搜索提示。命题应该来自数据库中的类别表。
例如,如果我有一个名为 company 的字段,当用户写“a”时,我应该建议所有名称中包含“a”的公司。
使用 JQuery 自动完成。在服务器端创建将通过 AJAX 返回建议的控制器操作。请参阅示例 - http://jqueryui.com/autocomplete/#remote-jsonp