Just add the code as it is, before any .load happens and every time .load is executed it will get a new set of data using .load, without cache.$.ajaxSetup ({ // Disable caching of AJAX responses cache: false });
$.ajaxSetup ({ // Disable caching of AJAX responses cache: false });