Problem with IE and setInterval() not refreshing/updating

前端 未结 2 591
庸人自扰
庸人自扰 2020-12-09 04:10

I\'m using JavaScript/Jquery to make a page auto-update with a value from a database, although it doesn\'t seem to update in Internet Explorer. It works fine in FireFox &

2条回答
  •  一整个雨季
    2020-12-09 04:38

    Your php page is cached. Has nothing to do with the interval. Set the right caching headers on the page.

提交回复
热议问题