andreruffert / rangeslider.js

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

Not working in Chrome, Safari and Firefox #168

Closed rkbhochalya closed 8 years ago

rkbhochalya commented 8 years ago

Hi, it seems rangeslider.js doesn't work in Chrome, FF and Safari. I've not tested in IE. I checked browser console and there was no error message. Check this online demo.

rkbhochalya commented 8 years ago

Seems like I have to pass the option polyfill: false in order to use it on browsers with native <input type="range"> support.

Thanks, nice plugin :)