arthurpf / rangeslider.js

HTML5 input range slider element polyfill

Home Page:http://andreruffert.github.io/rangeslider.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rangeslider.js

Built with Grunt rangeslider.js Build Status Gitter

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

Install with Bower: bower install --save rangeslider.js

Install with npm: npm install --save rangeslider.js

Usage

// Initialize a new plugin instance for all
// e.g. $('input[type="range"]') elements.

$('input[type="range"]').rangeslider();

For more informations check out the website's section. For support visit the gitter room.

License

MIT © André Ruffert

About

HTML5 input range slider element polyfill

http://andreruffert.github.io/rangeslider.js/

License:MIT License


Languages

Language:JavaScript 73.4%Language:HTML 16.1%Language:CSS 10.5%