Boook Posted August 16, 2010 Share Posted August 16, 2010 Hello My script looks like this: for (var num=0;num<345;num++) { time=setTimeout(/* ... */); //other instructions } Now, I would like to do something when all setTimeouts are finished, after my for(). How can I do this? Link to comment https://forums.phpfreaks.com/topic/210838-of-the-end-of-all-settimeouts/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.