
- 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 - Forms
Creation of forms is easy and very flexible, which are built with a combination of standardized form elements and buttons.
Following table demonstrates the types of form in detail.
Sr.No. | Type & Description |
---|---|
1 | Form Basic
jQuery Mobile provides powerful, easy, and versatile layout system for Forms, which combines form styles, input button, and slider support. |
2 | Form Inputs
The <input> tag is a control that allows the user to input data. |
3 | Form Select
In form of option, a dropdown list is provided for select menu. |
4 | Form Sliders
Slider allows you to choose a value by sliding the handle of the slider. |
5 | Refreshing and auto initialization of form elements
Refresh method is used to update the new state of form control by itself and updates the form control with JavaScript. |
Advertisements