Simple, small and fast JavaScript/jQuery polyfill for the HTML5
<input type="range">slider element.
Check out the examples.
- Touchscreen friendly
- Recalculates
onresizeso suitable for use within responsive designs - Small and fast
- Supports all major browsers including IE8+
##Install
bower install --save rangeslider.js
##Usage
// Initialize a new plugin instance for all
// e.g. $('input[type="range"]') elements.
$('input[type="range"]').rangeslider();
Check out the website's section for further informations on how to use rangeslider.js.
MIT © André Ruffert
