Questions tagged [rangeslider]
412 questions
-1
votes
1 answer
D3 jQuery range slider does not work
I have searched stackoverflow but I couldn't find a solution for my case.
I am doing a simple interactive visualization with D3. I want to include a range slider for users to select a range. Then create a filter function that filters the data based…

Emile
- 187
- 5
- 17
-1
votes
1 answer
How do I use a range slider value as a var?
How do I code script that compares a a range slider value with 49. If more than 49 if shows true, if less than 50 displays false.

crabbypatty
- 1
- 5
-1
votes
2 answers
How to create a range slider without plugins and Jquery UI?
I try to study javascript and stuck. I want to understand how make a range slider by myself. But everyone uses plugins and libs like jquery UI. or tries stylize input type="range", although this does not supported in IE9. It's good and simple but i…

Naughty Fox
- 13
- 1
- 4
-1
votes
2 answers
JQuery Rangeslider step change issue
I am using a JQuery rangeslider.
I want the minimum value to be 6, and the maximum to be 60 which I have set in the html code...
The step size should increase by 6 until it gets to 36.…

Chris
- 23
- 6
-2
votes
1 answer
I Trying to Duplicate a Javascript Range Slider with a Label and Calculation
I am a newish web designer trying to incorporate a feature for a client. I didn't charge much for this project so it is fine if I cant pull it off but it has become a thing where I just want to do it for him.
https://www.homelister.com/ has a…

Addison Roberts
- 3
- 2
-2
votes
1 answer
how to access appdelegate value in uiControl class
I want to display the textfield changes in sliderView. I.e., when a user changes the value in the textfield the slider value should be updated. I'm using a RangeSlider with two thumbs.The slider value is set based on a webservice call. I'm storing…

Shwetha
- 5
- 7
-4
votes
1 answer
Two Range Sliders on same page - rangeslider.js
Don't know JavaScript at all, and having issues trying to get two range sliders to work on the same page.
Anyone?
I have uploaded my files to this address so you are able to view everything. https://www.gpoint.co.uk/form.test/quotation.html
I am…