The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.
Set the range using two drag handles. Space between the handles is filled with background color to indicate those values are selected.
Fix the maximum value of the range slider so that the user can only select a minimum. Set the range
option to max
.
Fix the minimum value of the range slider so that the user can only select a maximum. Set the range
option to min
.
Change the orientation
of the slider to vertical
. Assign a height value via .height()
or by setting the height through CSS, and set the orientation option to vertical
Change the orientation
of the range slider to vertical
. Assign a height value via .height()
or by setting the height through CSS, and set the orientation option to vertical