Skip to content
Pierre Besson edited this page Jan 6, 2015 · 2 revisions

In the ajax configuration add the cache: false option in the ajaxSetup function. This file is cross-origin.js

$.ajaxSetup({
 cache: false 
});
Clone this wiki locally