ajax 用fom提交

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


}

});

posted @ 2014-10-08 17:26  也许还年轻  阅读(121)  评论(0编辑  收藏  举报