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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:27:56+00:00 2026-05-30T03:27:56+00:00

I made a website in jQuery Mobile. I loaded some HTML content via the

  • 0

I made a website in jQuery Mobile. I loaded some HTML content via the jQuery $.ajax() function.

The code loaded contains such features as buttons and expand-able sections.

However, none of the loaded elements exhibit mobile features. The jQuery Mobile CSS is not being applied to them.

Does this have to do with how jQuery Mobile is already using Ajax to navigate around pages? The HTML content that was not loaded dynamically does retain the jQuery Mobile styles.

  • 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-30T03:27:57+00:00Added an answer on May 30, 2026 at 3:27 am

    You need to refresh jQM controls for the new elements:

    • http://jquerymobile.com/demos/1.0.1/docs/pages/page-scripting.html

    Enhancing new markup
    The page plugin dispatches a pagecreate event, which most widgets use to auto-initialize themselves. As long
    as a widget plugin script is referenced, it will automatically enhance
    any instances of the widgets it finds on the page.

    However, if you generate new markup client-side or load in content via
    Ajax and inject it into a page, you can trigger the create event to
    handle the auto-initialization for all the plugins contained within
    the new markup. This can be triggered on any element (even the page
    div itself), saving you the task of manually initializing each plugin
    (listview button, select, etc.).

    For example, if a block of HTML markup (say a login form) was loaded
    in through Ajax, trigger the create event to automatically transform
    all the widgets it contains (inputs and buttons in this case) into the
    enhanced versions. The code for this scenario would be:

    $( ...new markup that contains widgets... ).appendTo( ".ui-page" ).trigger( "create" );
    

    Create vs. refresh: An important distinction
    Note that there is an important difference between the create event and refresh method
    that some widgets have. The create event is suited for enhancing raw
    markup that contains one or more widgets. The refresh method should be
    used on existing (already enhanced) widgets that have been manipulated
    programmatically and need the UI be updated to match.

    For example, if you had a page where you dynamically appended a new
    unordered list with data-role=listview attribute after page creation,
    triggering create on a parent element of that list would transform it
    into a listview styled widget. If more list items were then
    programmatically added, calling the listview’s refresh method would
    update just those new list items to the enhanced state and leave the
    existing list items untouched.

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

Sidebar

Related Questions

I have a JQuery, Javascript, HTML website. I made a simple function to strike
The website I am developing uses jQuery UI tabs to load content via AJAX
I made a website using AJAX (with jquery) for the navigation. The pages of
I have made a feedback form.i put some jquery code to make it animate
I made a new page in our website that needs to access some functions
I have made some screenshots of my website, and in internet explorer 6 my
I have made some screenshots of my website, and in internet explorer 6 my
I made an example , I copied it straight from the jQuery website yet,
I have made the following javascript to be used in my jQuery based website.
Well I made a stopwatch in JQuery, originally for my website, and then I

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.