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

Would love to use this plugin on my project, but i also need single sliders inputs, any plans to support that? Thanks.

Improvement

Hello, I am using Date slider and i am trying to add my own components "images" to slider i need to get position for certain value "date". How i can...

Title says it all, dragging handles using touch doesn't work in Microsoft Edge browser. I'm sure it's Edge's fault... assumption based on prejudice

When updating options the second time you get an "a is not function" error. This is caused in jQRangeSlider.js line 177: ``` _setFormatterOption: function(key, value){ if (key === "formatter" &&...

Would it be possible to get the ALL file added to the master repo so it would be easier to link to for testing? The non-minified version so it's easier...

I have noticed that when I initialize the daterangeslider with a min and max bounds the slider displays and functions correctly. However if I change the bounds after a selection...

The slider seems to take into account the client timezone and automatically adjust the bound times accordingly, is there a way to ignore the client timezone? I'm in the central...

I'm getting this error in IE8 if i try to drag a slider. It goes away if I reload the page (???). Has anyone else seen this? I've tracked it...

Docs say negative values are allowed: http://ghusse.github.io/jQRangeSlider/options.html#wheelSpeedOption This line blocks them: https://github.com/ghusse/jQRangeSlider/blob/ea1be22370525a32132c9b16c72252c5dfb9c6fa/jQRangeSliderBar.js#L99 The rest of the code looks like it'll handle negative values once the `value > 0` check is...

Hello, I Use JQRangesilder plug-in,at first,I can dynamic set defaultvalue and bounds,position of defaultvalue is right, however,while ,in ipad, the dateslider not work,so,I Introduce some js files,like these: ![Uploading set...