异步提交序列化表单怎么额外加参数
2个回答
展开全部
$.ajax({
type: "post",
url: "{:u('cart/totalByCard')}?t="+Math.random(9999),
data: {'address':address,'delivity':delivity,'payment':payment,$('#card_form').serialize()},
dataType: "json",
success: function(json)
{
$('#cost_item').html('¥'+parseFloat(json.cost_item).toFixed(2));
$('#cost_freight').html('¥'+parseFloat(json.cost_freight).toFixed(2));
$('#total_amount').html('¥'+parseFloat(json.total_amount).toFixed(2));
$('#pmt_order').html('¥'+parseFloat(json.pmt_order).toFixed(2));
}
type: "post",
url: "{:u('cart/totalByCard')}?t="+Math.random(9999),
data: {'address':address,'delivity':delivity,'payment':payment,$('#card_form').serialize()},
dataType: "json",
success: function(json)
{
$('#cost_item').html('¥'+parseFloat(json.cost_item).toFixed(2));
$('#cost_freight').html('¥'+parseFloat(json.cost_freight).toFixed(2));
$('#total_amount').html('¥'+parseFloat(json.total_amount).toFixed(2));
$('#pmt_order').html('¥'+parseFloat(json.pmt_order).toFixed(2));
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<input name="action" type="hidden" value="login"/>把额外的想要的提交的参数写在那个表格里头,然后隐藏掉不就完了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询