Mozilla 不会“刷新”页面

发布于 2024-10-01 16:01:19 字数 299 浏览 6 评论 0原文

我有一个页面,其中包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一人独醉 2024-10-08 16:01:19

在页面头部尝试这些 中的任何一个,特别是这个

您可以强制清除缓存,但请记住,这将显着影响您的加载时间。此外,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文