English 中文(简体)
jQuery Mobile - Forms
  • 时间:2024-09-08

jQuery Mobile - Forms


Previous Page Next Page  

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 spder 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 pst is provided for select menu.

4 Form Spders

Spder allows you to choose a value by spding the handle of the spder.

5 Refreshing and auto initiapzation 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