HTML5 input range slider element polyfill
JavaScript HTML CSS
Latest commit 7d6145f Aug 7, 2017 @andreruffert committed on GitHub feat: constrain `mousedown` to left clicks
Only respond to mouse main button clicks (usually the left button).

https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button

close #277

README.md

rangeslider.js

Build Status npm downloads npm version

Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element.

Check out the examples.

  • Touchscreen friendly
  • Recalculates onresize so suitable for use within responsive designs
  • Small and fast
  • Supports all major browsers including IE8+

Install

📦: npm install --save rangeslider.js

🐧: bower install --save rangeslider.js

Further Reading

License

MIT © André Ruffert

rangeslider.js Gitter JS.ORG