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