jQuery UI 自动完成:POST 而不是 GET
jQuery UI Autcomplete:
如何将术语 POST 到搜索脚本而不是 GET?
jQuery UI Autcomplete:
How can I POST the term to the search script instead of GET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要提供一个函数作为插件的 源 并拥有您的函数向服务器发送 AJAX 请求以获取匹配的数据。
You'll need to supply a function as the source for the plugin and have your function do the AJAX post to the server to get the matching data.
您需要为源参数指定回调函数。这是一个示例: http://jqueryui.com/demos/autocomplete/#remote-jsonp
You need to specify callback function for the source parameter. Here is an example: http://jqueryui.com/demos/autocomplete/#remote-jsonp