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

for example: ``` $('.my-slider').rangeSlider('options', { arrows: false, step: { months: 3 }, range: { min: {months: 3} } }); ```

Hi there, loving your slider ! Just wondering if there is anything like an editable date range slider right now ? If not, just to ask for advice, if I...

Hi. When i set with jquery display: none for my slider and i resize the browser window - then my slider is completly broken. JsFiddle: (click on Click me to...

I'm using jQRangeSlider, and everything works fine, except the fact that the last Date always appears in the range slider. Follows the code generated in the browser, as you can...

In this test case : http://jsfiddle.net/vM844/319/, if you try to drag the the bar to the max bound, this will decrease the range from the left. It looks like the...

In this example: http://jsfiddle.net/AA6y3/4/ I have a large set of values, but i need to keep the minimum range to 20. So to make it usable im thinking about to...

See https://github.com/ghusse/jQRangeSlider/issues/85

Provides a 'lastHandle' parameter that is part of 'trigger' which will be left,middle or right. Demo page updated. Fixes #67

including dest and prebuilt js files Please see this post with regards to bower standards. http://stackoverflow.com/questions/17170500/how-make-bower-build-the-package

When the page loads the slider handles and labels do not align correctly. When you then change slider values manually, open firebug, a sidebar or something similar the slider will...

Bug