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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:14:05+00:00 2026-06-01T21:14:05+00:00

I am new to JQuery Mobile and trying to build a simple app. Part

  • 0

I am new to JQuery Mobile and trying to build a simple app. Part of the codes as follows:

  <script type="text/javascript">
    $(document).ready(function(){
         $(".trycss").css({
            'background': 'red' });
    $.post("http://getcheckout.php", 
        function(data){
            var CheckOutListHTML ='<p class="trycss"> HELLO</p>';
                $('.class-ItemsList').append(CheckOutListHTML);
            },"json");
    });

</script>

<div data-role="page" id="id-ItemsPage">
    <div data-role="header" data-position="fixed">
        <h1>Items</h1>
    </div><!-- /header -->
    <div data-role="content">   
        <div class="class-ItemsList">
        </div>
    </div><!-- /content -->
</div><!-- /page -->

So, I am trying to use the “trycss” to style something I am creating dynamically. But it is not working. Can someone help?

Thanks.

  • 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-01T21:14:06+00:00Added an answer on June 1, 2026 at 9:14 pm

    Try following:

     <style>
       .trycss { background-color: red; }
     </style>
     <script type="text/javascript">
        $(document).ready(function(){
        $.post("http://getcheckout.php", 
            function(data){
                var CheckOutListHTML ='<p class="trycss"> HELLO</p>';
                    $('.class-ItemsList').append(CheckOutListHTML);
                },"json");
        });
    
    </script>
    
    <div data-role="page" id="id-ItemsPage">
        <div data-role="header" data-position="fixed">
            <h1>Items</h1>
        </div><!-- /header -->
        <div data-role="content">   
            <div class="class-ItemsList">
            </div>
        </div><!-- /content -->
    </div><!-- /page -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to build in jQuery mobile a simple "store location" service, where in
I am new to HTML, and I'm trying to build a mobile app using
I'm trying to build a mobile app with jQuery mobile. Currently my problem is
I'm trying to use Jquery Mobile for a web-app, and depending on what button
I am trying to generate a simple jQuery code snippet in JavaScript and append
I am trying out jQuery 1.6.4 with mobile to get a simple json feed
I'm new to jQuery mobile. I was trying to change the default header color
I'm trying to implement the new jQuery Mobile Alpha 2. Currently, any link within
I am trying to use google maps inside a jquery mobile app. The map
I'm trying to build a mobile application with PhoneGap, jQuery Mobile and Backbone.js on

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.