jQuery模拟form表单提交
<form id="checkout_form_id" action="http://www.appblog.cn/checkout" method="post" target="_blank">
<input type="hidden" id="token" name="token" >
<input type="hidden" id="encrypt_data" name="encrypt_data" >
</form>
$("#button_id").click(function(){
$('#checkout_form_id').submit();
return false;
});
版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/02/23/jquery-simulate-form-submission/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
打赏
海报
jQuery模拟form表单提交
<form id="checkout_form_id" action="http://www.appblog.cn/checkout" method="post" target="_blank">
……
文章目录
关闭
共有 0 条评论