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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:56:16+00:00 2026-06-07T20:56:16+00:00

I do have a problem with starting idTabs by Sean Catchpole, Chrome loads the

  • 0

I do have a problem with starting idTabs by Sean Catchpole, Chrome loads the modules correctly, and there’s no errors on the console, but the jQuery doesn’t work, the link just takes me to the text that isn’t hid by idTabs – so I assume the javascript or jQuery doesn’t work, but where’s the problem? Here’s the code I have

Head section:

<head>
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" />

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
    <script type="text/javascript" src="scripts/jquery.idTabs.min.js"></script>

    <script type="text/javascript"> 
    $("#usual1 ul").idTabs(); 
    </script>

</head>

HTML:

    <div id="usual1" class="usual"> 
  <ul> 
    <li><a class="selected" href="#tab1">Tab 1</a></li> 
    <li><a href="#tab2">Tab 2</a></li> 
    <li><a href="#tab3">Tab 3</a></li> 
  </ul> 
  <div id="tab1">This is tab 1.</div> 
  <div id="tab2">More content in tab 2.</div> 
  <div id="tab3">Tab 3 is always last!</div> 
</div> 
  • 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-07T20:56:17+00:00Added an answer on June 7, 2026 at 8:56 pm

    You can easily test and see if Jquery is working by simple making a $ and press enter in google-chrome-console (or firebug) and that part is working. I downloaded jquery-tabs from http://www.sunsean.com/idTabs/ and included it(the non-min file) in scripts/jquery.idTabs.js

    and using the following code it works:¨

    <!DOCTYPE html>
    <body>
    <head>
        <link rel="stylesheet" type="text/css" href="css/style.css" />
        <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" />
    
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
        <script type="text/javascript" src="scripts/jquery.idTabs.js"></script>
    
    
    </head>
    <body>
     <div class="usual"> 
      <ul class="idTabs" > 
        <li><a class="selected" href="#tab1">Tab 1</a></li> 
        <li><a href="#tab2">Tab 2</a></li> 
        <li><a href="#tab3">Tab 3</a></li> 
      </ul> 
    <div style="display:block;" id="tab1">This is tab 1.</div> 
    <div style="display:none;" id="tab2">More content in tab 2.</div> 
    <div style="display:none;" id="tab3">Tab 3 is always last!</div> 
    </div> 
    </body>
    </html>
    

    From what I can see you are writing : $(“#usual1 ul”).idTabs(); but you dont need that,w hat you need is to put id=”idTabs” on the ul element you have your tabs. Then as you have, name your tabs (li elements) with #tab1 and then have ids with the same name in the text.

    So 1 make sure jquery is working using $ in console(or seeing errors of failure to get). 2 remove the code inside the script tag. 3 put the class=”idTabs” in the ul element. 4, have fun.

    Edit: should be class=”idTabs” on the ul(or the div before). Also you problably want to hid your divs by style=”display:none” and they will popup on press.

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

Sidebar

Related Questions

I have never had a problem starting a new app, but today I got
I have odd problem: After starting server I got this error: undefined local variable
I am just starting out with JNI and I have a following problem. I
Starting from Android 3.2 I have this strange problem. It's very easy to reproduce:
i have this problem: starting from an empty list (0 elements) i want check
I have a problem when starting TOmcat 6 server from eclipse, it pops up
I have a problem with starting a media session and to combine it with
I have a problem that's starting to drive me crazy.. I've narrowed my problem
I have problem with using Hibernate Validator with GWT 2.4. When module is starting
I am starting using FMOD API and I have got problem with sound playing.

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.