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

  • Home
  • SEARCH
  • 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 7845351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:11:41+00:00 2026-06-02T17:11:41+00:00

Having a hard time figuring this one out. I have 3 tabs at the

  • 0

Having a hard time figuring this one out. I have 3 tabs at the top of the page. On page load they are hidden. Each tab contains a piece of content. I want to click tab 1 and show tab 1’s content, when I click tab 2, I want to display tab 2’s content, etc. But, I also want to be able to click each respective tab a second time to hide the content associated.

So my desired effect is: click tab 1, show tab 1’s content, click tab 2, show tab 2’s content, click tab 2 again, hide tab 2’s content. I’ve included the code I’m currently using; this hides the tabs correctly, expands them correctly, but does not toggle each tab if I click on its anchor element the way in which I desire. Any help is greatly appreciated.

$('.tabs').hide();
    $('ul.tabs li a').click(function () {
        $('.content').show();
});
  • 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-02T17:11:43+00:00Added an answer on June 2, 2026 at 5:11 pm

    Within your click event for the tab itself, you want to do something like this for the subsequent click, so it’ll hide/show when when the ACTIVE tab is clicked:

    if ( $(this).hasClass("ui-state-active") ) {
        $(this).toggle();
    }
    

    (This solution assumes you’re using jQuery UI tabs.)

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

Sidebar

Related Questions

I'm having a hard time figuring this one out. Seems like no matter what
Having a hard time figuring out the best way to do this... I have
Ok, I have been having a VERY hard time figuring this out. I guess
I'm having some hard time figuring out what's wrong in this simple code: This
I'm having a hard time figuring this problem out - I am trying to
I'm having a hard time figuring out how to association one of my models
Apologies if this is a repeat; I'm having a hard time figuring out what
I'm pretty new to this stuff and having a hard time figuring out how
Hey guys, I'm new to jQuery/js and having a hard time figuring this out.
Not the biggest whiz on math here... having a hard time figuring this out.

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.