andreruffert / rangeslider.js

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

2.0.5 is busted... #198

Closed PowrSlave closed 8 years ago

PowrSlave commented 8 years ago

I can't get it working in my project and also noticed the index.html file in the example folder isn't working either. Silently failing with no errors in console...

andreruffert commented 8 years ago

Hi @PowrSlave some more details would be great for example how do u try to initialize rangeslider.js (code) what browser are you using etc.

PowrSlave commented 8 years ago

OS X chrome, firefox, safari. example folder version doesn't work in any of these.

PowrSlave commented 8 years ago

screen shot 2015-12-18 at 9 33 01 am

brunoais commented 8 years ago

Do not use the file: protocol

k-lusine commented 8 years ago

Hi. Set polifill to false, it helps!

andreruffert commented 8 years ago

Thanks @brunoais & @k-lusine :relaxed: