码迷,mamicode.com
首页 > Web开发 > 详细

ajax使用案例

时间:2017-04-01 13:38:19      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:err   define   pre   使用   页面   product   row   jquer   name   

jQuery.ajax({
url: "<?php echo $drawLotteryAjaxUrl; ?>",
data: {
product_id: turnplate.productids[item-1],
product_name: turnplate.productnames[item-1]
},
type: "post",
dataType: "json",
success: function(result){
if(typeof result.status == "undefined" || result.status != 0){
if(typeof result.message != "undefined" ){
alert(result.message);
}else{
alert("抽奖遇到问题, 请刷新本页");
}
}
<?php // 抽奖成功, 转盘rotate结束后页面自动刷新 ?>
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
alert("抽奖遇到问题, 请刷新本页");
},
});

ajax使用案例

标签:err   define   pre   使用   页面   product   row   jquer   name   

原文地址:http://www.cnblogs.com/sqsnbrdcwlcfzj/p/6655508.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!