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