Home › Forums › JavaScript › Can I put a timeout function inside a for loop? › Reply To: Can I put a timeout function inside a for loop?
July 20, 2014 at 9:02 pm
#175955
Participant
Btw, the remotely hosted image alert is always going to be a problem. Cross domain issues. The only workaround is to pull them from other domains through a proxy script on the server side using curl or whatever the equivalent is for backend language you’re using. At that point, you would be better off bluring on the server side and caching the result in a database.