I found a post that says you can prevent caching globally using the following code:
You can disable caching globally using $.ajaxSetup()
, for example:
$.ajaxSetup({ cache:false});
I would like to know if the correct place to modify ajaxSetup is int he jquery file? Not sure where to update ajaxSetup