andreruffert / rangeslider.js

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

Doesn't work #162

Closed mirraj2 closed 8 years ago

mirraj2 commented 8 years ago

I'm properly importing the css, jquery, and javascript. There are no javascript errors in the console. The slider bar just stays exactly the same as without the plugin. I'm on chrome

<body>
<input type="range" min="10" max="1000" step="10" value="300">

<script>
$('input[type="range"]').rangeslider();
</script>
</body>
andreruffert commented 8 years ago

151 should help you :v:

mirraj2 commented 8 years ago

Hrmm. I see. Well, I suggest you change the default so that polyfill is false. When I go to this url http://andreruffert.github.io/rangeslider.js/, I see a very pretty slider bar. That is the reason I chose to use this library. I expect that when I run the code that it will produce the result shown in that demo. At the very least please post a big warning that the image shown will not actually be how the slider is rendered without additional settings changes.