首页 > 代码库 > ajax 用fom提交

ajax 用fom提交

$.ajax({
type : "POST",
url : "${ctx}/credit/LoanauditCtrl/qwe.do?hetong="+hetong,
data : $("#queryMainForm1").serialize(),//表单id
success : function(data) {


}

});

ajax 用fom提交