jQRangeSlider icon indicating copy to clipboard operation
jQRangeSlider copied to clipboard

A jquery UI range selection slider that supports dates

Results 81 jQRangeSlider issues
Sort by recently updated
recently updated
newest added
trafficstars

When user click on bar or innerBar, the values (and bar) are updated. `valueChanged` and `userValueChanged` event are triggered.

Hi. I wrote a calculator using your RangeSlider and Jquery UI 1.11.0 This works fine^ but only in desktop browsers, and does not work on a touch device, for example...

Hi, I use jQRangeSlider with Webix. My problem is that labels are hidden by contents above the slider and do not appear on top of everything. Is there a way...

Following is my full example based on the demo ```html Minimal example page Minimal example $("#slider").rangeSlider({ valueLabels: "change", range: {min: 30, max: 300}, defaultValues: {min: 50, max: 60}, step: 1,...

When user is in non-UTC timezone and Month step is enabled, is not possible to set the last day of the month correctly so the slider will end at the...

i used this script : `var min2 = new Date("2014-01-01 00:00:00"), max2 = new Date("2014-01-02 00:00:00"); ``` function addZero(val) { if (val < 10) { return "0" + val; }...

Is it possible to have more than just min & max with the bounds option? Would like to see the possibility of 3 parts to the range slider. For example,...

It appears that resize is only available for the RangeSlider and not the DateRangeSlider. IS the only option to completely destroy the timeline and rebuild to have new bounds take...

When running the demo page with FF (47.0) the slider seems to take a moment to catch up with the mouse. IE11 is much better and chrome is working really...