Mozilla 不会“刷新”页面
我有一个页面,其中包含 keith-wood 的日期选择器和 jqplot 图表。基本上,日期选择器 1 默认设置为今天的日期,日期选择器 2 设置为前一天。如果您在 datepicker1 中选择一个日期,则 datepicker2 中的日期将成为之前的日期。
现在,如果我刷新,在 chrome 中一切都很好,但在 FF 中,如果我刷新,datepicker1 应该达到默认日期,但它不会回到今天,它会继续减去一天。
我执行了 ctrl+shift+r 并按应有的方式重新加载,但常规 f5 会显示缓存问题。
我该如何避免这种情况?
I have a page with keith-wood's datepicker, and jqplot graphs. Basically, the date picker 1 is set to todays date by default, and date picker 2 is set to a day before. If you select a date in datepicker1, the date in datepicker2 goes a date before.
Now, all is well in chrome if I refresh, but in FF, if I refresh, the datepicker1 should come to default date, but it is not coming back to today, it goes on subtracting a day.
I did a ctrl+shift+r and it reloads as it should, but regular f5 will display the problem of caching.
How do I avoid this ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在页面头部尝试这些
元
中的任何一个,特别是这个。您可以强制清除缓存,但请记住,这将显着影响您的加载时间。此外,IE 有完成此任务的特定标头组合,因此请小心查找和测试这些标头。
Try any of these
meta
in your page head, particularly this one.You can force a cache-clear, but keep in mind this will significantly affect your loading time. Also, IE has a specific combination of headers that accomplish this task, so be careful to look for and test for those.