jQuery cache problem demo

Keep reloading this page until the error occures. Most likely only happens on fast machines. When the machine is able to send two Ajax requests in the same millisecond then the second request may be answered by the browser cache which is not the desired behavior when the cache=false option of jQuery is used.

Reload