阅读背景:

ajax提交form表单,关键代码:$("#theForm").serialize()

来源:互联网 

原始ajax提交:

$.ajax({
						type: "POST",
						data:"processId="+$("#processId").val()+"&delstepids="+delstepids,
						url: "./delStepForProcess.jspx",
						dataType: "text",
						cache: false,
						success: function(data){	
							if(1==data){
							alert("删除失败!");
							return;
							}else{
							location.reload(); 
							}
						}
			        });$.ajax({
						type: "POST",
			



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: