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…
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…
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:
Raj Shekhar
  • 109
  • 1
  • 5
-1
votes
1 answer

Adjusting RangeSlider minimum, maximum, lower and upper values?

I followed a tutorial on Raywenderlich website (https://www.raywenderlich.com/7595-how-to-make-a-custom-control-tutorial-a-reusable-slider) in order to create a custom Range Slider. The steps I carried out are as follow: (1) Created a swift file and…
devJo
  • 63
  • 7
-1
votes
1 answer

How do you target individual range sliders with CSS

I have several range sliders and would like to have a different colour for the "runnable track” on each one. I have given each slider an individual CLASS (in this case it is sepiaSlider, but can’t find a reference online to the syntax to target…
user4354205
-1
votes
1 answer

Javascript slider that starts from middle?

I need a slider that will start from the middle. The value should change from 0 to -100 and 0 to +100. Also, the selection (green) should start from the middle, like this The requirement is to use http://rangeslider.js.org/, because its the only…
Jalle
  • 1,566
  • 5
  • 22
  • 42
-1
votes
3 answers

how to add an event in the angular range slider . i use ngchange but it is not working

how to fire an event when angular range slider value change and call a function.ngchange…
1 2 3
27
28