Colorbox AJAX 中的表单:提交表单后,我需要关闭 Colorbox 并将访问者重定向到结果页面

发布于 2024-10-24 18:44:55 字数 217 浏览 1 评论 0原文

我有一个搜索表单,我将把它放在 Colorbox 中。用户将单击网站上任何给定页面上的“搜索”链接,colorbox 将打开并在 colorbox 中使用搜索表单构建页面。用户提交表单后,问题是表单重定向到新页面,但仍处于 colorbox 中。这是一个问题,因为搜索结果页面不适合 Colorbox。相反,我更愿意拥有它,以便当用户提交表单时,颜色框关闭,并且用户被重定向到搜索结果的结果页面。

谢谢!

I have a search form I'm going to have it in Colorbox. The user will click on a link "Search" on any given page on the site, colorbox will open and frame a page with a search form in colorbox. After the user submits the form, the problem is the form redirects to a new page but it is still in colorbox. This is a problem b/c the search results page doesn't fit into Colorbox. Instead, I'd prefer to have it so that when the user submits the form, colorbox closes and the user is redirected to the results page for the search results.

Thanks!

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

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

发布评论

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

评论(2

梦毁影碎の 2024-10-31 18:44:55

你可以这样做:

var form = $("colorbox > iframe").contents().find("form").clone();
form.appendTo("body").submit();

You could possible do:

var form = $("colorbox > iframe").contents().find("form").clone();
form.appendTo("body").submit();
娇柔作态 2024-10-31 18:44:55

结果 Colorbox 在提交表单后关闭。我应该在提问之前先进行测试。对不起 :(

Turns out Colorbox closes upon submitting the form. I should have tested before asking questions. Sorry :(

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