Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghusse/jQRangeSlider
A jquery UI range selection slider that supports dates
https://github.com/ghusse/jQRangeSlider
Last synced: about 1 month ago
JSON representation
A jquery UI range selection slider that supports dates
- Host: GitHub
- URL: https://github.com/ghusse/jQRangeSlider
- Owner: ghusse
- License: gpl-3.0
- Created: 2010-12-17T13:02:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T20:38:48.000Z (8 months ago)
- Last Synced: 2024-11-05T06:00:45.763Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://ghusse.github.com/jQRangeSlider/
- Size: 5.76 MB
- Stars: 670
- Watchers: 38
- Forks: 147
- Open Issues: 80
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: MIT-License.txt
Awesome Lists containing this project
- awesome-javascript - jQRangeSlider - A jquery UI range selection slider that supports dates - ★ 679 (Range Sliders)
README
jQRangeSlider, jQDateRangeSlider & jQEditRangeSlider [![Build Status](https://travis-ci.org/ghusse/jQRangeSlider.svg?branch=master)](https://travis-ci.org/ghusse/jQRangeSlider)
====================================================
A javascript slider selector that supports dates and touch devices* [Home page](https://ghusse.github.io/jQRangeSlider/)
* [Documentation](https://ghusse.github.io/jQRangeSlider/documentation.html)
* [Github](https://github.io/ghusse/jQRangeSlider/)License
-------
Copyright : Guillaume Gautreau 2010
License : Dual license GPL v3 and MITDependencies
------------
+ 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-cliNow you can minify jQRangeSlider and build a zip package by running
grunt
You can launch jshint and unit tests too:
grunt ci