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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:40:38+00:00 2026-06-11T07:40:38+00:00

I have toggled my blog posts using jQuery. At the moment I can click

  • 0

I have toggled my blog posts using jQuery. At the moment I can click the post title and have them all open at the same time, but I would prefer to have all posts close when another post title is clicked. What line do I need to add to my jQuery code to do this? I’ve been stuck on this for soooo long now so I’d really appreciate it if someone can help me sort this out.

Here is my code:

<script type="text/javascript">
$(document).ready(function() {
$('.toggle-section').hide();
});
</script>

<script type="text/javascript">
$(function() {
$('.entry-title').click(function() {
$(this).closest('.post').find('.toggle-section').slideToggle();     
return false;
});
});
</script>
  • 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-11T07:40:39+00:00Added an answer on June 11, 2026 at 7:40 am

    I worked up a jsfiddle here!, not sure if this is what you want, but I bet it would help.

       $(document).ready(function() {
           $('.toggle-section').hide();
    
           $('.entry-title').click(function() {
               $('.toggle-section:visible').slideToggle();
               $(this).closest('.post').find('.toggle-section:hidden').slideToggle();
    
           });
    
       });
    

    ​

    I updated the code and fiddle to support hiding if clicking the same title

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've toggled my blog posts using jQuery. At the moment I'm able to have
I have my wordpress post content hidden using a jquery toggle effect. The problem
I have blocks of content that are toggled on/off via jQuery and I want
I have a menu with submenus that can be toggled (hide/show type deal). Is
This is regarding the following jQuery plugin: http://blog.danawoodman.com/jquery-showhide/ I am using jQuery show hide
I have a widget which changes when an option is toggled. This invalidates all
I have some content that I am show/hiding using the Jquery toggle function. I
I'm using the threaded comment from http://www.jongales.com/blog/2009/01/27/php-class-for-threaded-comments/ and I have no idea how to
I have created a menu using CSS and Javascript. When I click on a
According to Simone Carletti blog post , Rails 3 ajax helpers have changed 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.