Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 5 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 2 views
  • Last reply by Shadow110

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 மூலமாக திருத்தப்பட்டது

All Replies (5)

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...

Different browsers sometimes use different coding.

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

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.