I have a javascript file which is called in the head tags of my document, and every say 30 seconds, I would want this javascript file to reload.
I have done some research into this, and it seems like there’s issues with it pulling a locally stored copy of the file, or cross browser issues…
Pulling it from the cache is not a problem, since the actual file is not changing it just needs to be reloaded.
Would this be an ajax task?
How would I go about doing this?
Thanks in advance.
1 Answer