Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7926795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:56:49+00:00 2026-06-03T18:56:49+00:00

Is it possible to detect a page refresh within a Jquery mobile HTML5 page?

  • 0

Is it possible to detect a page refresh within a Jquery mobile HTML5 page?

I am building a quiz as part of a client project – the quiz navigates through jquery mobile div pages within the one html page.. so for example if the user was on index.html#quizpage3 and refreshed I would like to detect the refresh and return the navigation to index.html.

Is this possible?

Cheers
Paul

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T18:57:00+00:00Added an answer on June 3, 2026 at 6:57 pm

    This is the solution I am working with. At time of writing, tt seems to work fine so it might help someone. However, it is only a quick fix and for better functionality its best to do it server side.

    First off; notice that this code is placed before the JQM code. (From JQM website: Because the mobileinit event is triggered immediately, you’ll need to bind your event handler before jQuery Mobile is loaded.”). We get the hash of the current page, but we don’t want to refresh on some pages like the home page.

    <script type="text/javascript">
            var needRedirect = false;
            $(document).bind("mobileinit", function(){
                var thisPage = location.hash;
                if (thisPage != '' && thisPage != '#homepage' && thisPage != '#page1') {
                    needRedirect = true;
                }
            });
        </script>
        <script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
    

    and then right at the start of you own code:

    if (needRedirect) {
        $.mobile.changePage("#homepage");
        needRedirect = false;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to detect page refresh without using viewstate in asp.net webforms
Is it possible to automatically detect whether or not the page is accessed via
Is it possible in web page on Internet Explorer to detect if the Google
Is it possible to detect if a page is opened in 2 different browsers?
Possible Duplicate: Detect all changes to a <input type=text> (immediately) using JQuery I have
Is it possible to detect, on the client side, whether the user is using
Is it possible to detect external scripts that might be loaded into a page
A long shot..I know. Is it possible to detect if a view's page display
Possible Duplicate: Best way to detect when user leaves a web page Check if
Is it possible to detect the specific webcam hardware that a person is using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.