jQuery Mobile - Form Select



In form, a dropdown list is provided for select menu.

Following table demonstrates the types of basic form in detail.

Sr.No. Type & Description
1 Select Menus

Select menu creates a simple menu with select options to choose from.

2 Custom Select Menus

The custom select menu is used to display the menu list in the popup format in the form.

3 Multiple Selection

Include multiple = "multiple" in the <select> elements to make multiple selected option in the select menu.

jquery_mobile_forms.htm
Advertisements