$.post(
"../../xxx/ajaxPost.aspx",
{
action: "xxx",
id: xxx
},
function (data,status) {
alert("name="+data.name+",age="+data.age);
},
"json");