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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:29:04+00:00 2026-06-01T06:29:04+00:00

Recently I’ve been looking at opening a tab using this script: $(‘.tofour’).click(function() { //

  • 0

Recently I’ve been looking at opening a tab using this script:

$('.tofour').click(function() { // bind click event to link
    $tabs.tabs('select', 3); // switch to third tab
    return false;
});

However my specific problem is that the site I’m working on does not always load the same tab set. The tabs can change dependent on whether certain information exists. Example:

In certain situations we’ll have enough data for:

  1. Product Data (#overview)
  2. Specifications (#specs)
  3. Accessories (#accessories)
  4. Services (#services)
  5. Customer Reviews (#reviews)

And in other situations there will be only enough data to populate two tabs

  1. Product Data (#overview)
  2. Accessories (#accessories)

As you can imagine this creates a problem as the tab number can change; the Specification tab (#specs) might be either the second tab, or the first tab (if Product Data doesn’t exist), or Specifications tab might not exist at all.

So, for the sake of argument, lets say I wish to target the Specifications tab. I guess the first thing would be to check if the div id #specs exists. Then I guess I’ve got to create a link that will target that. But can I target an id instead of a tab number, as in the usual example (above)?

Can anyone help with this? My jQuery skills are, I’m ashamed to admit, pretty poor.

I thank you kindly in advance.

  • 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-01T06:29:05+00:00Added an answer on June 1, 2026 at 6:29 am

    You could get the index via this code, then check if it’s -1 (that means it doesn’t exist)

    Note: This assumes that the a tag for the tab has the id of specs

    var index = $('#tabs a').index($('#specs'));
    
    if (index > -1) {
        $('#tabs').tabs('select', index);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I was trying some practice programs in python and I came across this
Recently I've been working on some embedded devices, where we have some structs and
Recently I have been learning about WMI and WQL. I found out the list
Recently I've wanted to do a number of things using CSS only to find
recently got an issue when loading vs 2008, it displays this... can anyone tell
Recently I'm doing some work on RTMP streaming, that is using Flowplayer to integrate
Recently I have been dealing with windows LogonUser API. The LogonUser api returns different
recently I started using storyboard and I've the following situation: I want to set
Recently, we discovered odd behavior in some old code. This code has worked for
Recently I've been doing quite the project mostly working with the DateTime class. Now,..

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.