<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>无标题页</title> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $.ajax({ type:"get", url:"ajax/upanddown.aspx", data: "aid=[$aid$]&cid=[$cid$]", success:function(data, textStatus){ if(data){ alert("111"); }else{ alert("222"); } }, error: function(){ alert("ajax请求出错"); } }); });</script></head><body></body></html>
2 回答
胡说叔叔
TA贡献1804条经验 获得超8个赞
url:"ajax/upanddown.aspx" ,这个是否正确?
data: "aid=[$aid$]&cid=[$cid$]", aid和 cid 你是这那里赋值的 你用Firefox 调试脚本的时候,应该执行到这句就停止了
- 2 回答
- 0 关注
- 466 浏览
添加回答
举报
0/150
提交
取消