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

The Archive Base Latest Questions

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

i have a problem in setting the ‘data-theme’ and ‘data-collapsed’ dynamically at run time,

  • 0

i have a problem in setting the ‘data-theme’ and ‘data-collapsed’ dynamically at run time, i used:

$(selector).attr('data-collapsed',false) 

and

$(selector).attr('data-theme',b) 

but it doesn’t work, how to solve this problem using jQuery or javascript?

  • 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-31T00:25:11+00:00Added an answer on May 31, 2026 at 12:25 am

    You can do the with pagebeforecreate event

    • http://jquerymobile.com/test/docs/api/events.html

    Note that by binding to pagebeforecreate, you can manipulate markup
    before jQuery Mobile’s default widgets are auto-initialized. For
    example, say you want to add data-attributes via JavaScript instead of
    in the HTML source, this is the event you’d use.

    Example:

    • http://jsfiddle.net/ayEWB/

    JS

    $('#home').live('pagebeforecreate',function(event) {
        var col = $('#collapseMe');
    
        // Alternative settings
        //col.attr('data-collapsed','false');
        //col.attr('data-theme','b');
    
        col.data('collapsed',false);
        col.data('theme','b');
    });
    

    HTML

    <!DOCTYPE html>
    <html class="ui-mobile-rendering">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>jQuery Mobile: Demos and Documentation</title>
        <link rel="stylesheet"  href="http://jquerymobile.com/test/css/themes/default/jquery.mobile.css" />
    
        <script src="http://jquerymobile.com/test/js/jquery.js"></script>
        <script src="http://jquerymobile.com/test/js/jquery.mobile.js"></script>
    
    </head>
    <body>
    <div data-role="page" id="home">
        <div data-role="content">
            <div data-role="collapsible" data-theme="a" data-content-theme="a" id="collapseMe">
               <h3>Header swatch A</h3>
               <p>I'm the collapsible content with a themed content block set to "A".</p>
            </div>
        </div>
    </div>
    </body>
    </html>
    ​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have problem to correctly bind data to WPF Chart. When i'm setting ItemsSource
I have a problem with setting data that contains semicolons to CustomActionData property. By
i have a problem in setting the labels and alignment of dynamically created radio
I have problem with setting proper charset on my jsf pages. I use MySql
I have a problem with setting the TTL on my Datagram packets. I am
I have a problem with setting Browsing Path in Delphi 2009: When I install
I have this weird problem with setting up cookies with PHP. Everything worked fine
I have a weird problem where after setting nocheck on a foreign constraint and
I have encountered a problem that I have not come accross yet when setting
I have a problem with apache2 settings (Ubuntu system). I would like to run

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.