rangeSlider
HTML5 input range slider element polyfill, pure JavaScript
View project on
GitHub
Comparison to native element
Negative attributes
Vertical mode
Floating point boundaries
Stick example
Handle will stick to Nth number in X radius, 10 and 0.15 in example
value="0"
disabled
Toggle disabled state
max="0"
disables slider
Programmatic value changes
Change value
Predefined buffer position data-buffer="60"
Update buffer position
%
Change value
Update range
Update range {min : 0, max : 20, step : 0.5, value : 1.5, buffer : 70}
Destroy a plugin instance
Destroy
Initialize
Consider initialization and update of hidden elements
Toggle visibility
Combination with native
<details>
element
Toggle