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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.