LeaVerou / multirange

A tiny polyfill for HTML5 multi-handle sliders
http://projects.verou.me/multirange/
MIT License
607 stars 82 forks source link

Can't find documentation #20

Closed mn113 closed 7 years ago

mn113 commented 8 years ago

I can't find any, on this repo or on https://leaverou.github.io/multirange/ . Is there any??

LeaVerou commented 7 years ago

What kind of documentation are you looking for? It's a pretty tiny plugin, the way to use it is described in https://leaverou.github.io/multirange/ You just include it, and then you can use 2-handle sliders by using HTML like <input type="range" multiple value="10,80" />. This used to be in the HTML5 spec, but was dropped due to lack of implementations…