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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:40:08+00:00 2026-05-26T14:40:08+00:00

I have three links on which I manually set classes: One defaults to .active

  • 0

I have three links on which I manually set classes: One defaults to .active and the others default to .inactive. I have some jQuery that I’m using to toggle the class of the links when they are clicked for CSS purposes. This works for the .inactive links – they switch to .active. However it doesn’t work for the default .active link. If I click on the default .active link it stays inactive.

Default load:

Link 1 – Active
Link 2 – Inactive
Link 3 – Inactive

Clicking Link 2:

Link 1 – Inactive
Link 2 – Active
Link 3 – Inactive

Clicking Link 1 from Link 2:

Link 1 – Inactive
Link 2 – Active
Link 3 – Inactive

How can I complete this cycle so it works?

Here is the HTML I’m generating:

<ul id="infoContainer">
  <li><a href="/profiles/1/profile_cred" class="active" data-remote="true">Cred</a></li>
  <li><a href="/profiles/1/profile_about" class="inactive" data-remote="true">About</a></li>
  <li><a href="/profiles/1/profile_questions" class="inactive" data-remote="true">Questions</a></li>
</ul>

The jQuery I’m using:

$(function(){
    var sidebar=$('#sidebar');
    sidebar.delegate('a.inactive', 'click',function(){
        sidebar.find('.active').toggleClass('active inactive');
        $(this).toggleClass('active inactive');
    });
});
  • 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-26T14:40:09+00:00Added an answer on May 26, 2026 at 2:40 pm

    If I do get you correct, your selector is too strict: handling only the inactive links.
    Tried the following?

    $(function(){
        var sidebar=$('#sidebar');
        sidebar.delegate('a', 'click',function(){
            sidebar.find('.active').toggleClass('active inactive');
            $(this).addClass('active').removeClass('inactive');
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table which needs to link one of three seperate tables, but
I have a file named file with three lines: line one line two line
I have a set of GPolygon objects which are attached to objects in my
I have a workbook which links to a number of other workbooks, which in
I have two spreadsheets, one is a backup from an ecommerce store which contains
I have a tcp socket sending three lines like this out2.println(message1\n); out2.println(message2\n); out2.println(message3\n); and
I have three tables. This query will write down the right answer (x-lines for
On this page there is a list of footer links that have a little
Is there a coding standard for HTML? Please suggest links that have the coding
In my application I have some link buttons there but when I right click

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.