
- 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
Filterable inside custom select
Select menu filter helps in finding a particular item from the list, where the user types a particular name to search the item.
Below table demonstrates the types of filterable selectmenu in detail.
Sr.No. | Type & Description |
---|---|
1 | Basic
Select menu filter helps in finding a particular item from the select menu list. |
2 | Placeholder Placeholder specifies a short hint that describes the expected value. |
3 | Filter Text
Set data-filtertext attribute on any of the child(<option> element), which will be considered for filtering. |
4 | Long List
It displays the long list for custom filterable select menu when there is more number of list available. |
jquery_mobile_widgets.htm
Advertisements