Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range">
slider element.
Download v2.3.0
This project is on GitHub.
Features
- Touchscreen friendly
- Recalculates
onresize
so suitable for use within responsive designs - Small and fast
- Supports all major browsers including IE8+
API
The rangeslider.js API is compatible with the standard HTML input methods.
Simply calling something like this will just work.
Installation
The easiest way to install the files is with Bower or npm.
bower install --save rangeslider.js
npm install --save rangeslider.js
rangeslider.js is also hosted on cdnjs and jsdelivr.
Download latest and greatest manually: rangeslider.js-2.3.0.zip
Usage
Using rangeslider.js is simple. Configuration over attributes.
Options
Changelog
For a full changelog, visit the releases page on GitHub.
This project utilizes SemVer for versioning releases and maximum backward compatibility.
License
This project is under the Open Source MIT license.