Skip to content

$.ajax cache: false edge cases #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kswedberg opened this issue Apr 30, 2012 · 1 comment
Closed

$.ajax cache: false edge cases #14

kswedberg opened this issue Apr 30, 2012 · 1 comment

Comments

@kswedberg
Copy link
Member

check with @jaubourg before updating

  • mention that cache: false works only with HEAD and GET requests,
  • mention that it does so by adding/replacing a "_={timestamp}" to the get parameters
  • the param is NOT needed for other requests except in IE8 when you POST to a URL that you already requested with a GET
@jaubourg
Copy link
Member

Seems good, Karl.

jmm pushed a commit to jmm/api.jquery.com that referenced this issue May 21, 2012
Fixes jquery#14: adding notes about cache:false edge cases. thanks, @addyosmani !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants