Good day.
There is a cycle:
$.getJSON('_json.php?email=' + orgData.email, function(verifyData) { setServerStatus('Item:'+ index + ' ok'); $('#office').append('<br>' + orgData.title + ';' + orgData.director + ';' + orgData.email + ';' + orgData.webSiteUrl + ';' + data5.country + ';'+ virifyData.status +''); index++; });
It is necessary to fulfill request every 100 lines.
For example:
$.getJSON('_json2.php?email2=' + orgData.email, function(verifyData2) { }
Those. that code is executed in a loop and, after every 100 lines, either the request or the call request function is executed.
Now I just count lines from 0 to infinity.
It is necessary that when the counter reached 100, the function was called and the counter either reset again to 0, or continued counting, but after 100, the function started again.
Help please, I am a novice.