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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:16:03+00:00 2026-05-24T07:16:03+00:00

When the user clicks div.togglethis, I need two things to happen: Add an active

  • 0

When the user clicks div.togglethis, I need two things to happen:

  1. Add an “active” class to div.togglethis

  2. Add a “show” class to an outside element div.showthis

When the user clicks on div.togglethis a second time, it removes those two classes from both elements.

I am somewhat new to javascript, so any assistance is welcome.

HTML:

<div class="togglethis">Click me to add "active"</div>
<div class="showthis">When togglethis is "active", I am "showthis"</div>
  • 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-24T07:16:04+00:00Added an answer on May 24, 2026 at 7:16 am

    You cannot remove togglethis entirely otherwise the click won’t work next time. Also, I’m not removing the class on second div for the same reason, rather I’m calling show/hide as I think that is what you intend to do.

    <div class="toggle togglethis">Click me to add "active"</div>
    
    $('div.toggle').click(function(){
      if($(this).hasClass('togglethis')) {
          $(this).removeClass('togglethis').addClass('active');
          $('div.showthis').hide();
      }
      else {
          $(this).removeClass(active).addClass('togglethis');
          $('div.showthis').show();
    
      }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div element containing some text. When the user clicks a word
I am trying to use jQuery to show a div when the user clicks
I need to display on a webpage a div when a user clicks on
this is my setup <div id=uxcParent> <div id=uxcClickable></div> </div> now when a user clicks
I'd like to hide a div when user click anywhere on the page outside
I have this function that is triggered if a user clicks a div. The
I am having the Div with scroll bar.When User clicks the scroll bar I
I want to perform an action when a user clicks on a div. However
How to highlight/select the contents of a DIV tag when the user clicks on
I have a hidden div that opens up with a user clicks on the

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.