Simply one really. IE8 is caching my data so it works first time but not afterwards. I need to stop it using cached data when i call getJSON?
P.S Im currently debuging my site in IE so expect lots of posts from me :) Thanks for all that have helped so far truely are a great help!
Call this before your .getJSON
call:
$.ajaxSetup({ cache: false });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With