在 jQuery 对话框中提交表单并在成功 POST 到 MVC 操作后关闭
我正在使用 这个问题 中的方法来创建显示表单的弹出窗口,用户必须在其中“签名”,然后单击“提交”。我有弹出窗口工作并显示数据。现在我想将表单提交到 POST 操作,并在 POST 成功时关闭弹出窗口。
我一直在互联网上寻找与我认为我正在寻找的东西相近的东西,但什么也没看到。有人可以给我一些指导吗?
I am using the method from this question to create a pop-up to show a form where the user must "sign" it and then click submit. I have the pop-up working and displaying data. Now I want to submit the form to a POST action and close the pop-up if the POST was successful.
I have been scouring the internet looking for something close to what I think I am looking for, but seeing anything. Can someone offer me some direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 http://api.jquery.com/jQuery.post/ (它有成功回调)或使用 jQuery ajax 表单插件 http://jquery.malsup.com/form
You can either do it manually via http://api.jquery.com/jQuery.post/ (it has on success callback) or use jQuery ajax form plugin http://jquery.malsup.com/form