Author: | LeaVerou |
---|---|
Views Total: | 19,298 views |
Official Page: | Go to website |
Last Update: | August 19, 2018 |
License: | MIT |
Preview:

Description:
multirange is a tiny JavaScript polyfill for HTML5 ‘multiple’ range input, with support for Keyboard accessible and customizable slider / handle styles.
How to use it:
Download and include the multirange’ JS & CSS files on the html page.
<link rel="stylesheet" href="multirange.css"> <script src="multirange.js"></script>
Create a ‘multiple’ range input with two sliders on the page.
<input type="range" multiple value="0,100" />
That’s it.
Changelog:
08/19/2018
- Don’t crash if the oninput property is undefined