Jquery通过Ajax方式来提交Form表单 5
为什么会返回"readyState":0,"responseText":"","status":0,"原文代码:$.ajax({type:'POST',url:"/ind...
为什么会返回"readyState":0,"responseText":"","status":0,"
原文代码:
$.ajax({
type: 'POST',
url: "/index.php/ucenter/pDel",
data:{
chkvalue:chk_value
},
dataType: 'json',
timeout: 10000,
//context: document.body,
error: function(xhr){
document.write(JSON.stringify(xhr));
return false;
},
success: function(xhr){
alert("删除成功");
}
}); 展开
原文代码:
$.ajax({
type: 'POST',
url: "/index.php/ucenter/pDel",
data:{
chkvalue:chk_value
},
dataType: 'json',
timeout: 10000,
//context: document.body,
error: function(xhr){
document.write(JSON.stringify(xhr));
return false;
},
success: function(xhr){
alert("删除成功");
}
}); 展开
2个回答
2015-09-06
展开全部
同意凳嫌改一楼的说法:
先debug看看 "/index.php/ucenter/pDel", 地址是否枣判正确?是否者埋获取到值?
先debug看看 "/index.php/ucenter/pDel", 地址是否枣判正确?是否者埋获取到值?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询