#rangeslider.js 
Simple, small and fast JavaScript/jQuery polyfill for the HTML5
<input type="range"> slider element.
Check out the demo.
##Features
- Touchscreen friendly
- Recalculates
onresizeso suitable for use within responsive designs - Small and fast
##Browser Support
- Tested in IE8+ and all modern Browsers
##Installation
bower install --save rangeslider.js
##Usage Check out the website's section on how to use rangeslider.js.