Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox shows old site information and does not update site data properly (jQuery/PHP/HTML used in website)

  • 5 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: Shadow110

more options

When dynamic jQuery is used on the site to refresh SQL query data every 10 seconds from a secondary PHP page, the data is not updated in the updater div and only shows the previous entries of the database. The site works fine in Chrome and Edge (yuck...) but not in firefox. I find that in order to refresh the "dynamic" content, I need to manually clear my cache every single time i want to see the new data. Even then, it only works 50% of the time. I have no idea what's going on.

When dynamic jQuery is used on the site to refresh SQL query data every 10 seconds from a secondary PHP page, the data is not updated in the updater div and only shows the previous entries of the database. The site works fine in Chrome and Edge (yuck...) but not in firefox. I find that in order to refresh the "dynamic" content, I need to manually clear my cache every single time i want to see the new data. Even then, it only works 50% of the time. I have no idea what's going on.

글쓴이 jmcmahon 수정일시

모든 댓글 (5)

more options
more options

cor-el said

Try to ask advice at the Stack Overflow forum site.

You mean to say that the issue is related to the coding on the web page and not with the browser? Why would the code work in both Chrome and (blegh) Edge, and not in Firefox? It's a fairly simple and standardized javascript code - not really something that should differ between browsers...

more options

Different browsers sometimes use different coding.

more options

OK, I suppose there's no harm in trying at stackoverflow then. Thank you for the suggestion.

more options

W3C.org Who make the rules, standards and practices for web code and browsers.

If code passes here then will run on anything.

HTML https://validator.w3.org/

CSS https://jigsaw.w3.org/css-validator/

and https://validator.w3.org/i18n-checker/

and http://mobile.css-validator.org/

Please let us know if this solved your issue or if need further assistance.