Post
Topic
Board Beginners & Help
Re: Help us with a little Javascript (Payment .2 BTC)
by
BitcoinMoxy
on 25/07/2013, 17:31:22 UTC
Alright, got it to work by simplifying the code Jaxkr provided. Thanks Bro! Money sent.



Can this help you:

http://stackoverflow.com/questions/4572193/how-to-reload-img-every-5-second-using-javascript

Essentially assign a junk parameter to the url so the cache treats it differently and grabs the new data.

You might need to keep 4 id's of images and not rewrite the html inside the div. Directly reference the img tags by id.



Thanks for the info. It seems a workaround to image caching isn't necessary in this case because the URLs used aren't referencing an actual image file. So from what I can tell it doesn't cache the images anyway.