$.ajax({
url: "/xxx/xxxx",
data: { id: id },
type: "post",
dataType: "json",
success: function (res) {
},
error: function (res) {
}
});