Response title
This is preview!
The slider widget uses the jQuery UI CSS framework to style its look and feel. If slider specific styling is needed, the following CSS class names can be used:
ui-slider
: The track of the slider control. This element will additionally have a class name of ui-slider-horizontal
or ui-slider-vertical
depending on the orientation
of the slider.ui-slider-handle
: The slider handles.ui-slider-range
: The selected range used when the range
option is set. This element can additionally have a class ofui-slider-range-min
or ui-slider-range-max
if the range
option is set to "min"
or "max"
respectively.© 2013 jQuery Foundation
Sponsored by and others.