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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:36:05+00:00 2026-06-02T20:36:05+00:00

I am new to jQuery. I have jQuery code to create a accordion vertical

  • 0

I am new to jQuery. I have jQuery code to create a accordion vertical menu bar. The default behavior of the menu bar is to hide all the child elements. The code to accomplish that is as following

var menu_ul = $('.menu > li > ul');
menu_ul.hide();

I would like save the state of the menu once user has clicked the top level menu and exposed the child options. I am able to add a particular class to the top level ul item to differentiate it from others.

To make this work I have to change the above jQuery code to hide all the ul items except with a particular class. In other words

Hide all the ul elements except where class=”show_item”

Please 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-02T20:36:07+00:00Added an answer on June 2, 2026 at 8:36 pm

    If you are looking to hide all unordered lists, not having the class show_item, you could use the :not selector to accomplish this.

    $("ul:not(.show_item)").hide();
    

    For improved readability, jQuery’s documentation suggests you consider the .not() filtering method:

    $("ul").not(".show_item").hide();
    

    Choose your poisin – either will work just fine.

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

Sidebar

Related Questions

hi im new to jquery and im facing these problem i have these code
I'm trying to create a custom accordion using jquery, have read through quite a
I am new to jQuery and have run into a problem. I have a
I am somewhat new to jQuery and I have a problem with something I
hey people I'm new at jquery and i have been trying to figure this
I have application that brings response via Ajax and creates 5-20 new jQuery click
Am new to jquery. Have json response from php in this format. { div1:{data:minute=0,hour=27,day=649,month=19K,smallSize=0,
I'm new to jQuery and I want to have a input box from a
I'm new to JQuery and was wondering how can I have Changes saved! displayed
I am new to Jquery. I have an upload form that when something is

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.