The jQuery UI Slider plugin makes selected elements into sliders. There are various options such as multiple handles, and ranges. The handle can be moved with the mouse or the arrow keys.
Questions tagged [jquery-ui-slider]
685 questions
3
votes
1 answer
jQuery UI Slider Draggable
I'm trying to make my slider draggable , So for example if I have 3 options:
o---|---o---||---o
I want the slider handle to snap to closest possible option, so for example you release the mouse key between | & || in above example, it should…

Ramtin Gh
- 1,035
- 2
- 11
- 31
3
votes
1 answer
jQuery-UI Slider Background
Is it possible to set background color (via JavaScript) of jQuery-UI Slider widget?
This is normal:
What I am looking to achieve is following:
Green range would be calculated based on historical data. I would like to indicate to user what is a…

iboros
- 317
- 2
- 5
- 15
3
votes
5 answers
Error : cannot call methods on slider prior to initialization attempted to call method 'value'
I have written something like below. onclick of div with id "PLUS" I
am getting the following error:
cannot call methods on slider prior to initialization attempted to call method 'value'