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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:31:52+00:00 2026-05-25T17:31:52+00:00

Why is this selector not working? I’m using the latest version of JQuery Mobile

  • 0

Why is this selector not working?
I’m using the latest version of JQuery Mobile (1.0 b3) and jquery 1.6.2

selector

function updateStatusBar(statusMessage) {
    alert("Hello World!");
    $("#status-bar").html(statusMessage);
}

markup

...
<div data-role="footer" data-theme="<?php echo $data_theme; ?>">
    <div id="status-bar"></div>
</div>
...

and for testing purposes I have the function updateStatusBar being called from

$(document).bind("mobileinit", function(){
    updateStatusBar("Foo Bar");
});

However as it stands only the alert message is seen. The innerHTML of the div is not updated. Is this even a selector issue? I must mention that I have another function on the same page with the selectors "[class*=ui-bar-], [class*=ui-body-], [class*=ui-btn-]" and that works.. so i’m positive I have all the libraries included correctly.

  • 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-05-25T17:31:52+00:00Added an answer on May 25, 2026 at 5:31 pm

    mobileinit is for configuring options in jQuery Mobile, not for doing stuff when the document is ready. The DOM is not necessarily ready to use at this point.

    You should use pageInit instead (or just change your “mobileinit” to “pageinit”, this should do the same thing).

    http://jquerymobile.com/test/docs/api/globalconfig.html

    (Edited to refer to pageInit as you should use that instead of .ready() in jQuery mobile as content gets loaded by AJAX after the DOM is ready)

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

Sidebar

Related Questions

can someone explain why this jquery selector is not working, I've worked around the
Possible Duplicate: jQuery: prev(<selector>) not working? Consider this markup: <tr class=store> <td>...</td> <td>...</td> <td>...</td>
my actual problem is that .live() jQuery method is not working. This si the
I've got a jQuery selector thats not working desipte my best efforts to fix
I'm trying to use this selector it its not working for me var pr
I have this selector: $(table.details tbody tr:not(.details)) But I'm wondering why this inner table
Does anyone have any idea what this jQuery selector will do? object.find('td:eq(1) div div');
Given this HTML: <div class=OpenIDSelector>some text</div> Why does this JQuery selector match it on
Using this: Can I use Facebook's fb:friend-selector in an iframe? I created a multi-friend
Based on this article , it seems like SO is using Javascript OpenID Selector

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.