hello, have been using this code and works beautifully however I noticed that after a while the request gets cached and won pick up changes to the .json
if your having this problem add this code to the var req
- Code: Select all
req.setRequestHeader("Cache-Control","no-cache,max-age=0");