gpt4 book ai didi

javascript - 一键两个功能 - 计算和提交表单

转载 作者:行者123 更新时间:2023-12-03 10:34:16 26 4
gpt4 key购买 nike

我目前正在使用一个计算器,该计算器可以计算价格值,同时只需单击一下按钮即可将表单字段提交到我的电子邮件。使用 JavaScript/jQuery 和 HTML 工作。除了使用 mailto: 还有其他方法吗?

计算已经可以使用

go=$('button');

go.click(function(){

//Bunch of code here

});

通过网络研究没有得到明确的解决方案,所以我尝试在这里询问。

最佳答案

试试这个...

$('button').click(function(){

//Bunch of code here to calculate and assign to the html elements
$('#formId').submit(); // code to submit form by using id or class

});

关于javascript - 一键两个功能 - 计算和提交表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29077454/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com