呵呵这个很简单 因为jquery类库已经封装好了
$(document).ready(function() {
//没有用jquery 可以用 【eval(返回的对象)】 转化成json对象
// $("input").click(function() {
$("#content").ajaxStart(function() {
alert('a');
$("#content").html("数据加载中!!!~~~~!!"); 这里是加载等待特效
});
$.getJSON("getUserList.ashx", function(data) {
var html = "
" + index + "=" + item["Name"] + " | ";" + index + "=" + item["Age"] + " | ";" + index + "=" + item["Phone"] + " | ";