
- 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
jQuery Mobile - Slider Widget
Slider allows you to choose a value by sliding the handle of the slider.
The following table lists different forms of slider used in jQuery mobile −
Sr.No. | Slider form & Description |
---|---|
1 | Slider
A slider can be created by using the type = "range" attribute in your <input>. |
2 | Slider flip toggle switch
The slider flip toggle switch are used for boolean style input such as true/false or on/off. |
3 | Slider Tooltip
You can display the value of the slider as a tooltip using the data-popup-enabled = "true" attribute. |
jquery_mobile_widgets.htm
Advertisements