Posts by Mateus Ferrando • 1 point
1 post
-
0
votes1
answer59
viewsA: AJAX request with FOR
You can make a recursive function instead of a for function call(index) { $.ajax({ url: 'json.json', type: 'get', success: function (data) { call_1(data['data'].one); $.ajax({ url: 'json.json',…