Questions tagged [rangeslider]
412 questions
0
votes
1 answer
jQuery mobile Rangeslider - don't show numbers
I am using the jQuery Mobile range slider. I want to use it with time ranges.
Is it possible to hide the to value boxes which are located left and right of the slider?
See picture:

Phil
- 1
- 3
0
votes
1 answer
Binding kendo UI rangeSlider with other controls
I am trying to bind a range slider with two text input controls. Ideally, I want change in either range slider, text input or viewModel property to update all these controls visually and in sync. But here is my observation.
Changing range slider…

Amit Sharma
- 31
- 6
0
votes
0 answers
jQuery RangeSlider Widget
I am creating a touch-capable price range-slider using jquery's rangeslider widget seen here: http://api.jquerymobile.com/rangeslider/#entry-examples
(Note: I've found a lot of documentation on using jQuery's slider widget but not rangeslider…

That1guyoverthr
- 1,113
- 2
- 12
- 19
0
votes
1 answer
reclaim rangeslider space and make it wider
I am trying to get rid of the spaces that are above the rangeslider. I thought hiding the labels was what I needed to do but that only made the space blank. How can I get rid of this space?
I saw "margin:0" in another post and tried that but it…

user2332467
- 119
- 1
- 11
0
votes
1 answer
How to programmatically create different colors on the jquery or kendo rangeslider slider track?
I have a range slider to specify a date range (slider values are mapped to sequential dates). I would like to programmatically define different colors for different dates on the slider track.
For example the default color of the slider track can…

Lojo
- 1
- 1
0
votes
1 answer
jQuery Rangeslider in PHP
I'm trying to load a range slider in PHP (slider like one of http://ghusse.github.io/jQRangeSlider/demo.html).
This is the slider in HTML, which works (see: http://www.leff-design.nl/websites/sliderpreview/test.html):
…

Trekdrop
- 475
- 7
- 27
0
votes
2 answers
Error message with rangeslider in IE9 (JQuery Mobile)
This (very basic) page:
http://www.marianotomatis.it/test.php
renders properly on Chrome and Firefox but on IE9 it stops on this line:
h=a.data(e.get(0),"mobileSlider").slider
of the script…

Mariano Tomatis
- 23
- 1
- 3
0
votes
1 answer
Jquery UI Range - Add Plus symbol
Im currently building a project planner form for a client, i Am using Jquery UI for a range slider.
I am struggling to figure out how to make it so that when the range value is at Max, it adds a Plus(+) to after the value in the input field.
My…

ltjfansite
- 440
- 1
- 7
- 19
0
votes
1 answer
Triggering events by setting values of a JQuery-UI range-slider
im setting both values of my range-slider with the following line: $('...').slider( 'values', [ 0, 10000 ] ); Now i have the problem, that this line triggers two times the change( event, ui )-event. Is there a workaround to only trigger it one time?…

Lukas E.
- 139
- 1
- 10
0
votes
1 answer
jQuery Mobile's (dual) rangeslider produces two separate sliders
I'm having a lot of trouble creating a dual rangeslider with jQuery mobile. When i implement the following suggested code from the jQuery Mobile docs I simply get two separate slider beneath each other.

garethdn
- 12,022
- 11
- 49
- 83
-1
votes
1 answer
how to get range slider min max value in php variable?
I have created a range slider with below code:
HTML:
JS: