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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:22:44+00:00 2026-05-16T17:22:44+00:00

I have two elements with a class name each. And on some event I’d

  • 0

I have two elements with a class name each. And on some event I’d like them to switch class.
So basically I’d like to do something like this:

$("#div1").switchClassWith("#div2");

<div id="div1" class="someStylingClass">...content...</div>
<div id="div2" class="someOtherClass">...content...</div>

And this would result in #div1 having someOtherClass as its class name, and #div2 have someStylingClass… Any suggestions?

  • 1 1 Answer
  • 6 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-16T17:22:45+00:00Added an answer on May 16, 2026 at 5:22 pm

    You could use toggleClass():

     $('#div1,#div2').toggleClass('someStylingClass someOtherClass');
    

    Assuming you start with the example you posted, where each element has one class or the other (but not both) then this will work as expected.

    If you need to swap the classes without knowing what classes you’re swapping, you can do:

    var $div1 = $('#div1'), $div2 = $('#div2'), tmpClass = $div1.attr('class');
    $div1.attr('class', $div2.attr('class'));
    $div2.attr('class', tmpClass);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two input field like this <input type=text class=span3 id name=name > <input
I have this XML file : http://dl.dropbox.com/u/10773282/2011/perf.xml It has two Class elements as is
i have a class called student, the class have two elements (Name, ID). in
I have two kind of elements <i rel=tooltip class='icon-ok'> <i title=Teste class='icon-info'> The first
For example, I have two elements in an enum. I would like the first
I have two span elements that I would like to stay on the same
I have two major xml elements: courses and CRNs <courses> <course credits=3 courseNum=COMP1950 name=Intermediate
I have methods like this: public File method1(){ method2() } public method2(){ do something..
I am not very familiar with CSS. I have two li elements, each of
I have a column which value is combine two elements, Just like Class_Name。For example

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.