1
我想就根據我的Ajax調用我可以在ajax響應中創建一個jquery ajax請求嗎?
像這樣
$.post('test1.php', function(res) {
var processid = res.processid;
$.post('test2.php', id : processid, function (data){
// do some stuff and make other ajax calls
});
},'json')
這是正確的響應數Ajax調用?我需要根據每個請求的回覆做出其他請求。
謝謝
這應該工作得很好。 – 2011-01-28 18:27:41