jquery 标准ajax
$.ajax({
url: '/control/httplog.ashx?functiontype=delete',
type: "post",
data: { "product": product },
dataType: "json",
beforeSend: function () {
// Handle the beforeSend event
},
success: function (data) {
//do
},
complete: function (XMLHttpRequest, textStatus) {
// Handle the complete event
},
error: function (jqXHR,textStatus,errorThrown) {
alert("出错啦!");
}
});平淡中储蓄成长
相关文章
发表评论
评论列表
- 这篇文章还没有收到评论,赶紧来抢沙发吧~