andreruffert / rangeslider.js

🎚 HTML5 input range slider element jQuery polyfill
https://rangeslider.js.org
MIT License
2.17k stars 401 forks source link

Can we have one slider and two ranges, min max ? #17

Closed mlotfi2005 closed 10 years ago

mlotfi2005 commented 10 years ago

Hi, I am sorry if this place is for issues, but can't find another place where to ask a question, I noticed in the demo that the slider have only one value, My question is 1) It is possible to have two values in the slider ? how to read them in an text input ?

2)Is this working when javascript is disabled ? Thanks

andreruffert commented 10 years ago

1.) It is possible to have two values in the slider ? how to read them in an text input ? rangeslider.js is just a polyfill for the <input type="range"> element, therefore this feature is not implemented. There are a bunch of other plugins with many features like this implemented. E.g. noUiSlider, ion.rangeSlider is better for your needs. 2.) Is this working when javascript is disabled ? This polyfill is based on JS. Of course it's not working if JS is disabled.