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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:45:35+00:00 2026-06-06T15:45:35+00:00

I have built this accordion using the jquery ui accordion plugin, I sort of

  • 0

I have built this accordion using the jquery ui accordion plugin, I sort of understand how it works but I am stuggling to find the correct way for the accordion to close on mouse out. I would also like for my own arrow icons to swap for a down arrow when an accordion section is open. Here is the fiddle:jquery accordion plugin

Any help appreciated even if it sjust pointing in the right direction. The most important thing is to collapse on mouseout

  • 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-06T15:45:37+00:00Added an answer on June 6, 2026 at 3:45 pm

    Here you go: fiddle

    $(function() {
        $( "#accordion" ).accordion({
            event: 'click',
            collapsible: true,
            active: false,
            icons: {
                "header": "yourIconClassClosed",
                "headerSelected": "yourIconClassOpen"
            }
        }).on('mouseleave', function() {
            $(this).accordion( "option", "active", false );
        }).children('li').on('mouseenter', function() {
            $(this).find('h3').trigger('click');
        });
    });
    

    EDIT: You have to consider my reconstructed HTML:

    <div id="helpmenu">
    <ul id="accordion">
        <li>
            <h3><a href="#">About us</a></h3>
            <div class="accordhidden">
                <ul>
                    <li>List item one</li>
                    <li>List item two</li>
                    <li>List item three</li>
                </ul>
            </div>
        </li>
       <li>
           <h3><a href="#">Section 1</a></h3>
            <div class="accordhidden">
                <ul>
                    <li>List item one</li>
                    <li>List item two</li>
                    <li>List item three</li>
                </ul>
            </div>
        </li>
        <li>
            <h3><a href="#">Section 2</a></h3>
            <div class="accordhidden">
                <ul>
                    <li>List item one</li>
                    <li>List item two</li>
                    <li>List item three</li>
                </ul>
            </div>
        </li>
        <li>
            <h3><a href="#">Section 3</a></h3>
            <div class="accordhidden">
                <ul>
                    <li>List item one</li>
                    <li>List item two</li>
                    <li>List item three</li>
                </ul>
            </div>
        </li>
        <li>
            <h3><a href="#">Section 4</a></h3>
            <div class="accordhidden">
                <ul>
                    <li>List item one</li>
                    <li>List item two</li>
                    <li>List item three</li>
                </ul>
            </div>
        </li>
    </ul>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I have this desktop app built using WPF and C#. It's basically an
I have a strange problem with the jQuery accordion plugin and IE7 (and maybe
i'm trying to build a website using a jquery horizontal accordion following this handy
I have built a T-SQL query like this: DECLARE @search nvarchar(1000) = 'FORMSOF(INFLECTIONAL,hills) AND
I know this sounds confusing: I have just built some basic prev/next pagination for
I have a page with an unordered list built like this: <ul id='shows'> <div
I've never done this before. The website I have just built is the second
I have an HTML table containing a few rows (this is built dynamically). All
We have a system built on seam/richfaces. There's this webpage where the tables are
I have a Windows service built upon ATL 7's CAtlServiceModuleT class. This service serves

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.