jQRangeSlider alternatives and similar libraries
Based on the "Range Sliders" category.
Alternatively, view jQRangeSlider alternatives based on common mentions on social networks and blogs.
-
noUiSlider
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies. -
Tool Cool Range Slider
Responsive range slider library written in typescript and using web component technologies. Pure JavaScript without additional dependencies. It has a rich set of settings, including any number of pointers (knobs), vertical and horizontal slider, touch, mousewheel and keyboard support, local and session storage, range dragging, and RTL support.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jQRangeSlider or a related project?
README
jQRangeSlider, jQDateRangeSlider & jQEditRangeSlider
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.