Top "Jquery-ui-accordion" questions

Accordion widget from jquery-ui that displays collapsible content panels for presenting information in a limited amount of space.

knockout.js and jQueryUI to create an accordion menu

Got a slight problem trying to have jquery UI and knockout js to cohoperate. Basically I want to create an …

jquery-ui knockout.js jquery-ui-accordion
close a section of a accordion in jquery

It's a simple question, but i don't know how do it. I think there's a way to close all of …

jquery jquery-ui-accordion
Open accordion panel on validation error

I am using jQuery accordion to split my forms into several panels and jQquery validation to check the required fields. …

jquery jquery-validate validation jquery-ui-accordion
Get reference to a JQuery UI Accordion Header

I have a JQuery Accordion as below; <div id="accordion"> <h3 class="ui-accordion-header"><a id="…

javascript jquery jquery-ui jquery-ui-accordion
Removing jQuery Accordion Item

How do you remove an item from a jQuery Accordion? I am trying to give the user the ability to …

jquery jquery-ui-accordion
jQuery UI nested accordion: Is it possible to have a heading that doesn't open?

I'm trying to create a nested navigation accordion using the UI. (There's lots of alternative methods out there, but I'd …

jquery jquery-ui nested jquery-ui-accordion
Fixing vertical jump at end of jQuery slideDown animation

I am new to Jquery but have written a simple vertical accordion. It seems to to the job I require, …

javascript jquery slidedown jquery-ui-accordion
How to destroy / Delete Active accordion using jquery

How can we destroy active accordion with all the content is have in it. I started with this function function …

jquery-ui-accordion destroy
How to cancel change event for accordion controls

$("#accordion").accordion({ change: function (event, ui) { alert('event have to be changed') }, changestart: function (event, ui) { return false; } }); Is it …

javascript jquery jquery-ui accordion jquery-ui-accordion
jquery dynamically add to accordion

Using the example from jQuery UI, I tried dynamically adding a section to the accordion (based on this), but I …

jquery jquery-ui jquery-ui-accordion