jQuery UI Library Accordion

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • $(function() { $( "#selecter" ).accordion(); });
  • $(function() { $( "#selecter" ).accordion({ active: 2 }); });
  • $(function() { $( "#selecter" ).accordion({ animate: 200 }); });
  • $(function() { $( "#selecter" ).accordion({ collapsible: true }); });

Parameters

ParameterDetail
activeType Boolean or Integer, Boolean requires collapsible to be true
animateType Boolean, Number, String or Object
collapsibleType Boolean
eventType String
headerType Selector element
heightStyleType String
iconsType jQuery UI icon object

Remarks

More information can be found here: http://api.jqueryui.com/accordion/



Got any jQuery UI Library Question?