jQuery Mobile - Collapsible Widget



Collapsible allows you to expand or collapse the content whenever it is clicked. It is very helpful for mobile device, which presents a brief content.

Following table lists different types of collapsible widget used in jQuery mobile. −

Sr.No. Collapsible type & Description
1 Collapsible

Collapsibles are the basic and easy widget to display short content.

2 Dynamic collapsible

Collapsible can be added to collapsible set dynamically.

3 Collapsible set

In jQuery Mobile, an accordion can be created by putting a series of separate collapsible into set.

4 Nested Collapsible

Collapsible can be nested inside other collapsible content.

jquery_mobile_widgets.htm
Advertisements