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

Bonjour, I have been using this module in my project under JQuery UI 1.12.0 / JQuery 3.6.0 with all succes. ![image](https://user-images.githubusercontent.com/13257529/180576698-f46e1a09-3ba9-4403-b786-901c5e698910.png) But now, when testing under JQuery UI 1.13.0 /...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.1.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.3.0. Release notes Sourced from grunt's releases. v1.3.0 Merge pull request #1720 from gruntjs/update-changelog-deps faab6be Update Changelog and legacy-util dependency 520fedb Merge pull request #1719...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hi Ghusse, I tried to implement range slider with two editable labels. I'm able to get two labels with rangeSlider but I want them to be editable, so I used...

Any plans or thoughts on adding vertical orientation support? I love this plugin. Built-in date range and center dragging support is spot on! but I need a vertical bar for...

Improvement

So that we can: ``` npm install jq-range-slider ``` ...and then... ``` import jqRS from 'jq-range-slider'; ``` and then use from vue or whatever project we have?

See date range slider at http://jsfiddle.net/hofo/4eq00xux/ The bounds max and the default values max are the same, with a months step of 1. What gets displayed is the selected range...

Is it possible i can fixed the slider value so that it can not exceed the value or go less than that value. Actually i am having multiple sliders ....

I have this code here which initiates the slider: jQuery("#slider").rangeSlider({ bounds: { min: 300000, max: 625000 }, defaultValues: { min: 350000, max: 600000 }, step: 25000 }); I then bind...