
Multirange is a tiny polyfill for HTML5 multi-handle sliders.
Features:
- Tiny.
- No dependencies.
- Uses feature detection, will not run if two-handle sliders are natively supported.
- Keyboard accessible
- Clicking on the track still works
- Handles can be moved past each other
- Customizable styling
- JS properties polyfilled too (
input.value
,input.valueLow
,input.valueHigh
)