Top "Jquery-ui-accordion" questions

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

How to set jQuery accordion header color through script & CSS

I have simple accordion. Here is my HTML code. <div id="accordion"> <div> <h3 id="…

jquery jquery-ui-accordion
How to customize jquery UI accordion icons?

I want to customize the icons for the accordion. I found the page here http://jqueryui.com/accordion/#custom-icons But …

jquery jquery-ui icons accordion jquery-ui-accordion
Reload browser does not reset page to top

I thought when you clicked refresh, that the browser was supposed to reset your page to the top? I am …

javascript jquery accordion jquery-ui-accordion
Animate scrollTop with offset

I am using jQuery UI accordion but some of the text is too long which causes it to be neaer …

jquery jquery-ui jquery-ui-accordion
Read more/less jQuery accordion

I'm searching for a jQuery accordion like the one that can be found on the avg website with no luck, …

jquery jquery-ui-accordion
jQuery accordion - Open item on page load

I have a real simple jQuery accordion based on http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/ Everything works fine but I would …

jquery accordion jquery-ui-accordion
Twitter Bootstrap: How to create a dropdown button with an accordion inside it?

In Twitter Bootstrap, I am trying to create a button dropdown with an accordion inside it. the purpose is to …

jquery-ui twitter-bootstrap twitter-bootstrap-3 jquery-ui-accordion
jQuery UI Accordion on ul

How do I get the jQuery UI Accordion to work when I need to put a wrapper around each element? …

javascript jquery-ui-accordion
jQueryUI nested accordion only working on first sub-list

I'm working on a site that has a dynamically generated FAQ and I'm trying to get nested accordions working. The …

jquery-ui jquery-ui-accordion
set height to jquery ui accordion

I'm using jquery ui accordion. $(function() { $( "#accordion" ).accordion({ collapsible:true, active : 'none', autoHeight: false, navigation: true }); }); and using CSS #accordion { …

jquery jquery-ui jquery-ui-accordion