Search Results

2
votes

How to show a spinner while loading an image via JavaScript

I've used something like this to preload an image and then automatically call back to my javascript when the image is finished loading. You want to check complete before you setup the callback beca …