jQuery Mobile Slider is used to add a slider widget to your page when developing a website or app using jQuery Mobile framework .
To add a slider widget to your page, use a standard input with the type="range"
attribute. The input's value is used to configure the starting position of the handle and the value is populated in the text input. Specify min
and max
attribute values to set the slider's range. If you want to constrain input to specific increments, add the step
attribute. Set the value attribute to define the initial value. The framework will parse these attributes to configure the slider widget.