Popularity
3.2
Stable
Activity
5.6
-
672
38
147

Code Quality Rank: L4
Programming language: JavaScript
License: GNU General Public License v3.0 only
Tags: Range Sliders    
Latest version: v5.7.2

jQRangeSlider alternatives and similar libraries

Based on the "Range Sliders" category.
Alternatively, view jQRangeSlider alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of jQRangeSlider or a related project?

Add another 'Range Sliders' Library

README

jQRangeSlider, jQDateRangeSlider & jQEditRangeSlider Build Status

A javascript slider selector that supports dates and touch devices

License

Copyright : Guillaume Gautreau 2010 License : Dual license GPL v3 and MIT

Dependencies

  • jQuery
  • jQuery UI core
  • jQuery UI widget
  • jQuery UI mouse
  • jQuery Mousewheel plugin by Brandon Aaron (optional, needed for scrolling or zooming)

Generating minified jQRangeSlider files

You need nodejs and npm. Open a command line interface and run:

 npm install
 npm install -g grunt-cli

Now you can minify jQRangeSlider and build a zip package by running

 grunt

You can launch jshint and unit tests too:

 grunt ci


*Note that all licence references and agreements mentioned in the jQRangeSlider README section above are relevant to that project's source code only.