jQuery UI 自动完成:POST 而不是 GET

发布于 2024-08-28 11:13:00 字数 62 浏览 4 评论 0原文

jQuery UI Autcomplete:

如何将术语 POST 到搜索脚本而不是 GET?

jQuery UI Autcomplete:

How can I POST the term to the search script instead of GET?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安稳善良 2024-09-04 11:13:00

您需要提供一个函数作为插件的 并拥有您的函数向服务器发送 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.

删除会话 2024-09-04 11:13:00

您需要为源参数指定回调函数。这是一个示例: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文