Tag: Ajax

Prevent JQuery Ajax Request from Caching In IE

In this article I will explain how we can Prevent JQuery Ajax Request from Caching In IE(Internet Explorer). You may noticed that only Internet Explorer by default caches the AJAX request, no other browser, by default, caches AJAX requests… but Internet explorer does and when you make second AJAX request with same parameters what internet explorer does instead creating another …