Facebox 窗口在提交后关闭
我有一个关于 Facebox 的问题。当我单击页面上的某个链接时,Facebox 模式窗口会正常打开。但在这个模式窗口内,我希望有一个用户可以提交的表单。当用户单击提交按钮时,整个页面刷新,并且我的 Facebox 窗口关闭。这对我来说很有意义,但我希望它以不同的方式工作。
我想在用户提交表单后在模式窗口内向用户进行确认。因此,当用户单击提交按钮时,模式窗口内应显示确认信息。有人知道这是否可能吗?
我希望您能理解我的问题:)
谨致问候
Kim Andersen
I have a question regarding Facebox. When I click a certain link on my page, the Facebox modal window opens just fine. But inside this modal window I'd like to have a form that users can submit. When the users click the submit-button, the whole page refreshes, and my Facebox-window is closed. This makes sense to me, but I'd like it to work differently.
I want to give the user a confirmation, inside of the modal window, after they have submitted the form. So when a user clicks the submit-button, a confirmation should be showed inside og the modal-window. Anybody know if this is possible?
I hope that you understand my question :)
Best regards
Kim Andersen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要更改表单以使用 AJAX POST 而不是标准 HTML POST 请求。这是一个简单的教程,展示如何使用 jQuery 执行 AJAX 表单 。
You need to change your form to use AJAX POST instead of standard HTML POST request. Here's a simple tutorial that shows how to do AJAX form with jQuery.