
- jQuery Mobile Tutorial
- jQuery Mobile - Home
- jQuery Mobile - Overview
- jQuery Mobile - Setup
- jQuery Mobile - Pages
- jQuery Mobile - Icons
- jQuery Mobile - Transitions
- jQuery Mobile - Layouts
- jQuery Mobile - Widgets
- jQuery Mobile - Events
- jQuery Mobile - Forms
- jQuery Mobile - Themes
- jQuery Mobile - CSS Classes
- jQuery Mobile - Data Attributes
- jQuery Mobile Useful Resources
- jQuery Mobile - Interview Questions
- jQuery Mobile - Quick Guide
- jQuery Mobile - Useful Resources
- jQuery Mobile - Discussion
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