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 7872913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:21:27+00:00 2026-06-03T02:21:27+00:00

When I linked jQuery Mobile to my page, some sort of loading message appeard

  • 0

When I linked jQuery Mobile to my page, some sort of loading message appeard in the bottom of the page and I can’t get a rid of it. I’ve tried $.mobile.pageLoading(true) but it didn’t work.

How should I remove it? I haven’t printed it anywhere.

  • 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-03T02:21:28+00:00Added an answer on June 3, 2026 at 2:21 am

    The 1.4 loader documentation

    The 1.4 documentation suggests interaction with the Loader widget. The top of the page describes globally changing the option but it can be nuanced on a link-by-link basis. This may also work:

    $( document ).on( "mobileinit", function() {
        $.mobile.loader.prototype.options.disabled = true;
    });
    

    Also, according to http://demos.jquerymobile.com/1.4.5/loader/ and http://api.jquerymobile.com/loader/, you can hide the loading experience with the following code:

    // As submitted by @Aras
    $.mobile.loading( "hide" );
    // (or presumably as submitted by @Pnct)
    $.mobile.loading().hide();
    

    Option B – disable AJAX loading

    Disabling AJAX loading will effectively remove the message.

    If you don’t want a page to benefit from loading in the background and then showing, you can make it load like ‘normal’ by specifying the data-ajax='false' on whatever anchor (<a...>) tag you don’t want to see a loading message for. There’s also a global setting you can use to make all links load ‘normally’.

    To disable globally (be sure to read this page to understand implications and their recommendations. The new docs may not have warnings):

    $.mobile.ajaxEnabled=false;
    

    Option C – just hide it

    If you want to use the 1.4 Load Page approach to load external pages, it has an option available for showLoadMsg which you can simply set to false.

    The global option (available in earlier versions — at least 1.0, 1.1, and 1.2 — read about it here) for just removing the message is:

    $.mobile.loadingMessage = false;
    

    The 1.2 and prior documentation says that if you set it to false, no loading message will be shown.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

JS library like JQuery can be linked directly from other site (e.g. google). Usually
I've got a jquery ui datepicker on my page. It's linked to a span
Problem I cannot load linked pages with parameters via Ajax in jQuery mobile. Like:
I am reading XOR linked list (from Wikipedia).But I am having some problems in
and it's linked to a 'confirm comment deleted page. Ideally I would like it
I am having a problem with an application I am writing in jquery mobile
I saw in a project that jquery-fx.js is being linked, but isn't it for
i have a iframe and it is linked to pictures.html and on this page
I'm building a list of items in jQuery mobile from an array, and paginating
Can I use jQuery, another library or standard javascript to list a series of

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.