javascript 模态 - 触发表单提交

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 模态 - 触发表单提交相关的知识,希望对你有一定的参考价值。

// You need to remove data-toggle="modal" data-target="#myModal" and trigger your modal manually, you could use this in your code

//First initialize your modal to false so that it doesn't open up

$("#myModal").modal({ show: false});

// in submit method write below code

$("#myModal").modal("show");

以上是关于javascript 模态 - 触发表单提交的主要内容,如果未能解决你的问题,请参考以下文章

在 JQuery 委托中触发表单提交

ASP.NET Core 5 MVC:在模态窗口之前验证表单

您可以在 jquery 模态对话框中提交表单吗

如何在 Javascript 中触发表单提交?

在 React 中使用父组件中的按钮提交表单

使用 Javascript 调用模态