How to refresh or reload a page in jquery mobile?

HTML force Refresh/Reload code?

  • I am looking for a code to force a reload or refresh on my site - it is an interactive site and I have to change settings on occasion and need to force the viewers to refresh their page so that the changes take affect. Can anyone help me find this code?

  • Answer:

    Expire the site in the past so it's always expired. < META HTTP-EQUIV="EXPIRES" CONTENT="-1" /> And set it to no-cache. < META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> (Both tags in the <head> of the page.)

Derek at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<meta http-equiv="refresh" content="time;url=page"> Time is in seconds example would be <meta http-equiv="refresh" content="5;url=http://www.google.ca/"> it will take 5 seconds then redirect to google you could replace this with the current page the user is on

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.