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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:27:57+00:00 2026-06-08T16:27:57+00:00

<tab> <div class=switchLeft></div> .switchLeft { } .switchRight { } js code $(div.switchLeft).click(function () {

  • 0
<tab>
<div class="switchLeft"></div>


.switchLeft
{

}

.switchRight
{

}



js code

 $("div.switchLeft").click(function () {

          if (className == "switchRight") {
            $(this).removeClass("switchRight");
            $(this).addClass("switchLeft");

        }

        else if (className == "switchLeft") {
            $(this).removeClass("switchRight");
            $(this).addClass("switchRight");
            break;

        }

    });

but else if here in after,switch is working again and switchRight removing
thank you

  • 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-08T16:27:58+00:00Added an answer on June 8, 2026 at 4:27 pm

    To access class you can use this.className or it should be $(this).attr('class')

    if($(this).attr('class') == "switchRight") {
    
        $(this).removeClass("switchRight");
        $(this).addClass("switchLeft");
    
    }
    
    else if ($(this).attr('class') == "switchLeft") {
        $(this).removeClass("switchLeft");
        $(this).addClass("switchRight");
        break;
    
    }
    

    With this.className

    if(this.className == "switchRight") {
    
        $(this).removeClass("switchRight");
        $(this).addClass("switchLeft");
    
    }
    
    else if (this.className == "switchLeft") {
        $(this).removeClass("switchLeft");
        $(this).addClass("switchRight");
        break;
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to design a tab header. The html code is, <div class=tab-header> <a
I am trying to use jQuery(#element-id).parent().addClass('some-class'); I have a structure something like this: <div
Here is the html: <div id=wrapper> <ul class=tabs> <li class=active><a href=#tab1>Tab 1</a></li> <li class=><a
I have the following HTML code based on a tab menu format, i.e: <div
I'm using jQuery's addClass to add a class to an tab so when clicked
HTML: <div class=tabbed-section> <ul class=tabs> <li><a href=#tab-1>Tab 1</a><li> <li><a href=#tab-2>Tab 2</a><li> </ul> <div id=tab-1
ok so basically I have this: <div id=tabs> <div id=unique_id class=tab_link onclick=changeTab(this);> <div id=tab_link_image
I have this $(document).ready(function() { //Default Action $(.tab_content).hide(); //Hide all content $(ul.tabs li:first).addClass(active).show(); //Activate
the jquery code is like this: $(document).ready(function() { //When page loads... $(.tab_content).hide(); //Hide all
I have a flash app embedded in a yui TabView tab div, the problem

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.