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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:19:32+00:00 2026-06-17T05:19:32+00:00

Fiddle This is what I would like it to do: Each red box (

  • 0

Fiddle

This is what I would like it to do:

  1. Each red box ( <span class="more"> ) to show/hide the description (<div class="description"> )
  2. The “close” link to also hide the description
  3. If there is already a description open, this needs to close when another opens. So there is only ever one visible at a time.

Points 1 & 2, so far so good. But I’m stuck on point 3 – I’ve tried to find the other descriptions to hide them, but this fails!

$(".description").not(this).next(".description").removeClass("show")

Would anyone be able to help?

  • 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-17T05:19:34+00:00Added an answer on June 17, 2026 at 5:19 am

    This should take care of it: http://jsfiddle.net/SMLwc/7/

    $(document).ready(function () {
    
      $(".more").bind("click", function () {
        $(this).next(".description").toggleClass("show")
          .parent().siblings().find(".description").removeClass("show");
      });
    
      $(".close").bind("click", function () {
        $(this).parent(".description").toggleClass("show");
      });
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

have this fiddle and i would like to make it count the number of
In this fiddle when user drags a div auto scroll works in chrome but
I have this fiddle : http://jsfiddle.net/XjeCf/1/ that works like I want and this one
Please see this fiddle I want the scrolling div stop following when left div
I would like to know the correct way of doing this task, I have
I have this fiddle: http://jsfiddle.net/9J5Fg/ When one box is open and I click on
In the following Fiddle I would like to be able to set the selectedFruit
so I have a div that looks like <div id=scroller>...</div> and inside this div
I have some dynamic DOM elements i would like to target using .each when
We have a Button that is styled like this: <a class=mini pink button>Arrange Viewing</a>

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.