This question has already been answered:
It is necessary to implement a timeout of 1 second in the loop. Tried through setTimeout, but did not go
for(i=0;i<ln.length;i++) { // Здесь нужен таймаут в 1 секунду var req="https://api.exmpent.com/?user = ln[i]" $.ajax({ url : req, type : "GET", dataType : "jsonp", success : function(msg){ console.log(msg.response); } }); }
setIntervaldo not suit you? - teran