Posts by Ellysson Miike • 21 points
2 posts
-
0
votes0
answers55
viewsQ: Javascript/jQuery - setInterval stopping execution of other Javascript functions
I’m facing a problem that’s driving me crazy already. It’s like this. I am capturing json data from an external server on cross-Omain, I need this data updated every 5 seconds. I was able to loop…
-
2
votes0
answers35
viewsQ: Control order of image load events
I need to upload some images by input file. So far so good. However, I need these images uploaded in order. But when I put img.onload = Function() {} inside the for, the order of the variable i, is…