I'm using jquery ajax, how to clear the cache of the ajax result?
|
|
|
|
|
|
|
You can't actually clear the cache as it's controlled by the browser, but you can ask for the next request not to be cached by adding
|
||
|
|
|
|
Are you looking for $.ajax cache option? http://docs.jquery.com/Ajax/jQuery.ajax#options |
||
|
|
|
|
If you want to bypass the cache you can add some random argument to the url:
|
||
|
