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