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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:24:31+00:00 2026-05-29T09:24:31+00:00

I am very new to jquery, please help me in running the app on

  • 0

I am very new to jquery, please help me in running the app on this link. I have added below resource files in my app, but still it is not rendering the color blocks.

These is what I have included in my head tag:

<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css"/>
<script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"/>
<script src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js" type="text/javascript"/>
<script src="jquery.mobile.carousel.js" type="text/javascript" language="javascript"/>
<script src="jquery.ui.ipad.js" type="text/javascript" language="javascript"/>
<script type="text/javascript" language="javascript"  >
    $(document).ready(function($) {
        $("#carousel1").carousel();
    })(jQuery);
</script>
  • 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-29T09:24:32+00:00Added an answer on May 29, 2026 at 9:24 am

    You have:

    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css"/>
    <script src="http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"/>
    <script src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js" type="text/javascript"/>
    <script src="jquery.mobile.carousel.js" type="text/javascript" language="javascript"/>
    <script src="jquery.ui.ipad.js" type="text/javascript" language="javascript"/>
    <script type="text/javascript" language="javascript"  >
        $(document).ready(function($) {
            $("#carousel1").carousel();
        })(jQuery);
    </script>
    

    My suggestions would be:

    • Upgrade jQM to the latest version as you are using a RC
    • Close your tags properly as suggested by @MarkRhodes
    • update the links to your frameworks as suggested by @feco
    • Use pageInit(), not $(document).ready()

    Might look something like:

    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
    <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
    
    <!-- I'm asuming this is where you are getting these from -->
    <!-- https://github.com/blackdynamo/jQuery-Mobile-Carousel -->
    <script src="jquery-ui-1.8.7.custom.min.js" type="text/javascript" language="javascript"></script>
    <script src="jquery.mobile.carousel.js" type="text/javascript" language="javascript"></script>
    <script src="jquery.ui.ipad.js" type="text/javascript" language="javascript"></script>
    
    
    <script type="text/javascript" language="javascript"  >
        $('#pageId').live('pageinit',function(event){
            $("#carousel1").carousel();
        });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im very new to all coding including jquery. I though this would have been
I am new to this website and new to Jquery. So seniors please help
i'm very new to jquery, please help me in makeing a for loop or
I am very new to Mootools but have good experience in jQuery. Recently i
I am very new to Jquery so please excuse this noobie question. I am
I am very new to CSS/Jquery so please forgive the assumed simplicity of this
Guys i am very new to jQuery. I have started using the auto complete
It might be a stupid problem, but I am very new to jQuery. I
Im very new to javascript and jquery so please bear with me. Here's my
I'm fairly new to asp.net/c# and very new to jQuery so please forgive me

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.