Code: Select all
$().ready(function(){ //when page has fully loaded
$.ajaxSetup ({
// Disable caching of AJAX responses */
cache: false
});
});
Moderator: General Moderators
Code: Select all
$().ready(function(){ //when page has fully loaded
$.ajaxSetup ({
// Disable caching of AJAX responses */
cache: false
});
});