Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.