jQRangeSlider
jQRangeSlider copied to clipboard
A jquery UI range selection slider that supports dates
I can see an edit slider example where user can manually also change the values and slider adjusts accordingly. Is it something easy to make date slider work like that...
Hi, Here is a scenario that I have. http://jsfiddle.net/vM844/63/ it's the jQRangeSlider inside div with overflow hidden. you can see that the date labels are hidden in the ens of...
In some cases, I want a slider that controls the "end" value or the "start" value, but not both. For example: - A date range which starts from "any date"...
Is it possible to have a dateRangeSlider but with user-editable values like the editRangeSlider has?
According to the [docs](http://ghusse.github.io/jQRangeSlider/events.html#userValuesChangedEvent) the `valuesChanged` event should be called, when the values are set programmatically. However, it does not work when using date range slider. See demo for [range...
Hi. So the thing is to implement something like "bounds" property for labels, which will regulate either handle labels positioned above or under handle in min or max position, will...
I defined a (2-dimensional) scale, and set the valueLabels to "change" (together with a "delayOut"). The valueLabels are shown when after loading the slider. When I move them, they are...
I love this tool. Kudos and thanks to you. I'd love to use it for single sliders, that is, to choose a single number (or less likely maybe a single...
I'd love to be able to use this as a range selector which selects the range of years for which to show events on a map, see [here](https://retred.org). I would...
On the demo page, enter a value for the right handle which is lower than the value of the left handle. Hit return and see the handles switching sides. Cursor...