有人能告诉我如何使用jsfiddle使用php演示ajax吗? 正如在此
中所做的那样$.ajax({
url:'myAjax.php',
success: function (response) {
console.log(data, response);
$('#output').html(response);
},
error: function () {
$('#output').html('Bummer: there was an error!');
},
});
http://jsfiddle.net/amrata/j42t5y30/档案? 如何传递外部php文件?路径?
答案 0 :(得分:0)
使用绝对网址
url:'http://path_to_my_site.ro/myAjax.php',
在您的服务器上禁用cors或白名单jsfiddle