Skip to content

ghusse/jQRangeSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d24fdd7 · Apr 28, 2024
Nov 1, 2013
Oct 19, 2023
Oct 31, 2013
Oct 19, 2023
Oct 19, 2023
Jan 27, 2013
Jul 19, 2019
Oct 19, 2023
Jan 23, 2015
Apr 28, 2024
Feb 23, 2012
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Apr 25, 2024
Apr 25, 2024
Apr 28, 2024
Apr 25, 2024
Apr 25, 2024
Oct 19, 2023
Oct 19, 2023
Apr 25, 2024
Apr 25, 2024
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Apr 28, 2024
Apr 28, 2024

Repository files navigation

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