日期:2014-05-16 浏览次数:20969 次
var the_id = xxx
jQuery.ajax() {
url : "del_setting",
data : { id : the_id },
dataType : "text",
success : function() {
alert("success");
},
error : function() {
alert("error");
}
}
window.location.reload();