(1)发送请求index.jsp,注意引入jquery.min.js文件 <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="GB18030"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.…
$ajax请求--------------------------------- var $personWifePs=$("#wife-money tbody tr"); var $personWife=$("#wife-money").find("input.write"); var $val=null; $.ajax({ type: "POST", url: "data/hm_monery_serceh.php&…
var request; //XMLHttpRequest的创建 function createRequest(url){ if(window.XMLHttpRequest){ request = new XMLHttpRequest(); }else if(window.ActiveXObject){ try{ request= new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try{ request = new ActiveXObje…