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.
1 2 3 4 5 6 |
$.ajaxSetup ({ // Disable caching of AJAX responses cache: false }); |