Category: Jquery UI Widgets

  • Accordion

    Accordion Widget in jQueryUI is a jQuery based expandable and collapsible content holder that is broken into sections and probably looks like tabs. jQueryUI provides accordion() method to achieve this. Syntax The accordion() method can be used in two forms − $ (selector, context).accordion (options) Method The accordion (options) method declares that an HTML element and its contents should…