Questions tagged [rangeslider]

412 questions
0
votes
3 answers

change style of a class using javascript

At first i only want to know if this: document.getElementsByClassName("main-content_datafield").style.width= this.value; is valid to use. If it is i would made a mistake. I want to create a rangeslider that controlls the size of some objects. For…
dsfsdf
  • 5
  • 1
0
votes
1 answer

Interactive / Reactive change of min / max values of 'Ion Range Slider'

I am trying to make a reactive Range Slider. I have a dropdown list in which have a range. So whenever the dropdown change it will automatically change the range of range sidebar. =========Template Helpers Code…
Pankaj Jatav
  • 2,158
  • 2
  • 14
  • 22
0
votes
1 answer

Foundation 5 range-slider value

Hi everyone I'm new to stackoverflow.The problem is that I failed to 'extract' slider output from range slider in "p" tag.Here is my code: HTML:
0
votes
0 answers

Pass data through sliders with javascript/jquery

I have a JQuery Range Slider that works but I need the page to be responsive, so I've had to do another range slider to medium view. When I resize the window manually and the window gets to medium size view, the slider obviously doesn't pick up the…
David Soler
  • 219
  • 6
  • 22
0
votes
2 answers

Does anyone else have trouble with angular and range sliders?

Seems to be an impossible task to find a range slider that works well with ng-repeat and can be displayed vertically. Anyone have ideas about what to try next? I'm trying to make a took where you can manually control the brightness of a sign at each…
ds011591
  • 494
  • 8
  • 19
0
votes
0 answers
0
votes
1 answer

ion Range Slider : How to determine which handle has changed

Hi I am using I IonRangeSlider ( version 2.0.6) and would like to know which handle is been dragged in other to perform a audio seek on that information. Currently this code does not help. $('#scrubber').ionRangeSlider( { …
Koofah
  • 79
  • 1
  • 7
0
votes
0 answers

My selectToUISlider slides out of range and only updates value on click, not when you slide

As seen here on top of the page: http://bit.ly/1HPqZ5j It also doesn't work on mobile (cannot slide) although I added jquery.ui.touch-punch.min.js
Dieter
  • 157
  • 1
  • 7
0
votes
2 answers

Change event of Angular rangeSlider

Following http://danielcrisp.github.io/angular-rangeslider/demo I created a slider to change a price value.
{{demo1.max}} In the place of…
Shoreki
  • 1,057
  • 4
  • 14
  • 33
0
votes
2 answers

Foundation 5: range slider inside tabs not loaded properly

I'm trying to add a range-slider inside tabs-content. When I put a range-sliders within the first tabs-content everything is ok, but when I try to add another range-slider in the second tabs-content, this range-slider does not charging properly.…
wanq
  • 1
  • 2
0
votes
0 answers

Jquery UI range slider - Submit form after change value

I am trying to create form which will be submitted after change value in jquery ui range slider. There is my code which I am using: http://jsfiddle.net/haT5p/ as you can see at the end of jquery there code for submitting form:…
user3540657
  • 33
  • 1
  • 7
0
votes
1 answer

jQuery Range Slider is not loading in Modal Box

I am trying to load jQRangeSlider in a modal box. After load all jQRangeSlider scripts. Scripts loaded Successfully but Modal box is not showing with jQRangeSlider What I am trying to do. There is listing of id. Click on each id ajax called and…
Naresh
  • 2,761
  • 10
  • 45
  • 78
0
votes
1 answer

Angular Time range slider

I am using http://danielcrisp.github.io/angular-rangeslider/demo/ to create a range slider but I would like it to use time(HH:MM) not just plain numbers. So it would range from 10m - 2hr. However I am a bit confused about how to achieve this. Would…
Daimz
  • 3,243
  • 14
  • 49
  • 76
0
votes
2 answers

How to create a dual-handle range slider in Foundation 5?

Coding newbie here--I'm using Foundation 5 as a front-end framework for an app I am creating, and, I am trying to create a range slider that has two handles. Does anyone have any idea how to do this? Simply repeating the "range-slider-handle" span…
0
votes
2 answers

Sum Value of Different Foundation Range Sliders

I'm trying to add the value of 6 different range sliders and show the result. I get a number as i expected with this but i'm just trying to figure out how to sum each slider's attribute. So i would get a total of all when the button is pressed. I…