-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cache in Internet Explorer #490
Comments
@defunkt any idea about this ID in URL of Chrome? |
@mislav would you bump the new bower release? |
You referenced the wrong PR, but this one #496 fixes your problem. You can fetch the latest |
And thanks for reporting this issue! I wasn't aware that the |
@mislav thanks for fixing it. I just tested the latest version from master and now we dont have the strange URL id. We stil need cache false for correct IE working. |
I have a webpage using ajax. The page contains a form that edits a text field.
When using Internet Explorer for save a new value in the form, the next time I see visit the form it shows the old value due the browser cache.
So I put this line the website in JS of the webpage
$.ajaxSetup({ cache: false });
Now in IE it works. No values are cached.
But in Chrome I see a new ID in all urls.
Any idea?
The text was updated successfully, but these errors were encountered: