Wednesday, 12 December 2012

Internet explorer - JQuery Ajax Caching Problem


In order to prevent caching ajax calls for IE 9, just add the following JQuery line to your js.

$.ajaxSetup ({cache: false});

Thanks to http://viralpatel.net/blogs/ajax-cache-problem-in-ie/ for this valuable information.

Happy Happy
Joy Joy

No comments:

Post a Comment