Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#175955
JacobPeters
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.