Top "Accordion" questions

An accordion is a type of menu that allows for additional content to be shown below the heading upon mouse action.

How to use in jQuery :not and hasClass() to get a specific element without a class

I have this line of code: $('#sitesAccordion .groupOfSites').click(function() { var lastOpenSite = $(this).siblings().hasClass(':not(.closedTab)'); …

javascript jquery html accordion
Bootstrap 3 collapse accordion: collapse all works but then cannot expand all while maintaining data-parent

I'm using Bootstrap 3 and trying to setup the following accordion/collapse structure: Onload: Each accordion panel in a group is …

jquery accordion twitter-bootstrap-3 collapse
jQuery UI Accordion Expand/Collapse All

I'm using the jQuery UI Accordion (which does not allow more than one item open at a time) on a …

javascript jquery jquery-ui accordion jquery-ui-accordion
Bootstrap Accordion button toggle "data-parent" not working

I'm trying to create an accordion using Bootstrap 3 using the button collapsible with the data attribute, without the accordion markup. …

html twitter-bootstrap accordion twitter-bootstrap-3
JQuery Accordion Auto Height issue

I am using JQuery Accordion. I have this page here: http://www.hauppauge.com/site/support/support_colossus.html#tabs-6 …

jquery accordion
JQUERY UI Accordion start collapsed

How can I make the jquery UI accordion start collapsed when the form loads. Is there any javascript code for …

jquery accordion jquery-ui-accordion
How can you adjust the height of a jQuery UI accordion?

In my UI I have an accordion setup like this: <div id="object_list"> <h3>Section 1&…

javascript jquery jquery-ui accordion
Collapse all the tabs in a Accordion on jquery?

By using the Telerik Extensions for ASP.NET MVC, how can I hide all the Accordion Tabs on page loading …

jquery accordion
jQuery Accordion - open specific section on pageload

I have a rather basic implementation of a jQuery Accordion on a page (using 1.3.2, jQuery UI Core 1.72 and jQuery UI …

javascript jquery accordion
Jquery accordion not collapse by default

I am using collapse plugin provided by bootstrap which is a jquery simple plugin However it collapse by default, how …

javascript jquery jquery-ui twitter-bootstrap accordion