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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:54:00+00:00 2026-05-16T10:54:00+00:00

Play with it here: http://jsbin.com/ocicu4/4/edit Simple Accordion, I only want one section open at

  • 0

Play with it here: http://jsbin.com/ocicu4/4/edit

Simple Accordion, I only want one section open at a time.

I figured the if statement would work, but it doesn’t.

        // Clicks on h3 show .sectionContent
        $('h3.sectionHeading').click(function() {
            if ($('h3.sectionHeading').next().is('.open')) {
                // Do nothing
            } else {
                // Find the exsisting div.open remove class and close it
                $('div.open').removeClass('open').animate(
                    {'height':'toggle'}, 'fast', 'linear'
                );
                // Make div next to h3 open and add class
                $(this).next().addClass('open').animate(
                    {'height':'toggle'}, 'slow', 'linear'
                );
            }
        });

Help appreciated 🙂

  • 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-16T10:54:01+00:00Added an answer on May 16, 2026 at 10:54 am

    I’ve probably not understood what you’re trying to do, but changing the line:

    if ($('h3.sectionHeading').next().is('.open')) { // etc
    

    To:

    if ($(this).next().is('.open')) { // etc
    

    Will fire the first if statement. As you’re using the selector h3.sectionHeading the next() object will always be the same. I’m assuming you wanted the next element after the current selection?

    Working example here.

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

Sidebar

Related Questions

I see my desgin here http://www.doublezerofilms.com/doublezero-template-webSamples.html I want to make a vimeo iframe embed
You can play with my code here: http://jsfiddle.net/gqQnd/ Basically I want to have a
I am following the directions here http://blog.heroku.com/archives/2011/8/29/play/ but I do play run and then
This is an amazing effect like PPT. Link is here : http://udc.weibo.com/builder2011/data.html I know
View demo here: http://jsfiddle.net/55H7U/26/ Play video in firefox, when CSS overflow attribute is changed
I am using Jquery youtube player plugin found here: http://badsyntax.github.com/jquery-youtube-player/ The plugin allows you
I have a Java Applet compiled in Eclipse using Swing. See here: http://www.test.world2build.com/Game/Play.aspx For
http://piratepad.net/IY48xXzsys (modified by Peter West, from the original here: http://paulbutler.org/archives/a-simple-diff-algorithm-in-php/ ) Currently a diff
I'm using the WindowsMedia library found here: http://www.ernzo.com/soundstudio.aspx The sample code had the ability
Check out my example here: http://timkjaerlange.com/foobar/test.html I'm currently trying to apply a class to

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.