
- 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 - Form Basic
jQuery Mobile provides a powerful, easy, and versatile layout system for Forms, which combines form styles, input button and slider support.
Following table demonstrates the types of basic form in detail.
Sr.No. | Type & Description |
---|---|
1 | Form Structure
It is used to create a form layout to collect user input. |
2 | Form Buttons
The <input> element is used to code button in forms. |
3 | Form Field Containers
ui-field-contain class is used to wrap the label and input in the form. |
jquery_mobile_forms.htm
Advertisements