jQuery bug – Ajax ‘no-cache’ parameter
In jQuery 1.2.1, when using the $.ajax function with cache: false, jQuery appends a parameter with the current timestamp to the URL. This parameter makes the URL unique and therefore prevents subsequent request from being retrieved from the browser cache. However, the code that adds this ‘no-cache’ parameter does not check to see if it […]