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

  • Home
  • SEARCH
  • 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 8739125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:52:13+00:00 2026-06-13T10:52:13+00:00

I have a working Jquery Mobile loading message below: $.mobile.showPageLoadingMsg(a, Fetching Operators); however I

  • 0

I have a working Jquery Mobile loading message below:

$.mobile.showPageLoadingMsg("a", "Fetching Operators");

however I wish to do this,

$.mobile.showPageLoadingMsg("a", "<div class='clearfix'>Fetching Operators</div><a href='default.aspx'>Use Simple Site</a>");

so that if the user has a slow conn they can opt to click the link to the simply site.

The HTML however does not render, but rather all just shows as text. Can anyone tell me how to achieve the above?

Thanks very much for the assistance.

Regards Devin

  • 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-13T10:52:14+00:00Added an answer on June 13, 2026 at 10:52 am

    It looks like jQuery Mobile does not allow HTML to be used by default (the .text() method is most likely used internally rather than the .html() method), and it also looks like each time you call the $.mobile.loading() method (the new version of the method you’re running) that the text for the loader gets reset.

    Here’s a quick (dirty) solution for jQuery Mobile 1.2:

    //show the loader, specifying to show the text message
    $.mobile.loading( 'show', { textVisible : true } );
    
    //now find the loader widget, find the text within it, and then set it's HTML
    $("body").find(".ui-loader").find("h1").html("<div class='clearfix'>Fetching Operators</div><a href='default.aspx'>Use Simple Site</a>");
    

    Here is a demo: http://jsfiddle.net/nABCq/

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

Sidebar

Related Questions

I have this JQuery code working however I need to know whether how to
So I have been working on this phone gap application that uses jquery-mobile. Recently,
I have been working with jQuery mobile 1.0.1. I have a page which drills
I am just starting working with jquery and have encountered the following problem <div
I am working on a basic page with jquery-mobile. I currently have 2 pages
I’m working on a project that is using knockout.js and jQuery Mobile. I have
I have Jquery Mobile working and have found the best way to get it
I am working with jQuery mobile and using the HTML5 audio tag. I have
I have been working in Jquery mobile and have been trying some samples and
I have jQuery mobile working with google maps so that I can display one,

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.