Questions tagged [jquery-ui-slider]

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.

Slider is a widget that is a part of the library.

API Documentation

685 questions
0
votes
1 answer

UI Slider - Click Drag Issue in IE only

Has anyone encountered this rather odd issue with UI Slider in IE. It's a basic slider, with a customised image for the handle. In IE, when you click and drag the handle, it only increases the value by one step (as defined via the 'step' parameter).…
0
votes
2 answers

Mobile JQuery Slider's step increment not working

I am using MJQuery slider. The step increment in the slider is not working when i am using Mobile JQuery. however, it is working for the normal version This is version of the page without using mobile JQuery. In this case you cannot position slider…
smaj08r
  • 229
  • 3
  • 7
0
votes
1 answer

jquery convert multiple dropdowns to slider

I am trying to replace a series of dropdowns with sliders. Everything seems to be working fine, however the sliders are acting very bizarre, not sure if it is because I have used a generic class rather than giving them all IDs? Basically when I…
Anth12
  • 1,869
  • 2
  • 20
  • 39
0
votes
1 answer

jQuery range slider - strange behavior (wrong values)

Im trying to use uiSlider to define hourrange. http://marcneuwirth.com/wp-content/uploads/2010/06/timeslider3.html Slider handles behave strangely - when moving right slider, it changes value correctly (or not quite), but when leaved, and moved left…
Marcin Bobowski
  • 1,745
  • 2
  • 19
  • 35
0
votes
2 answers

Anyone know a good slider handle jQuery plugin?

I'm currently working with the standard jquery ui slider control (the one with handles, not a carousel image slider). Whilst the functionality is ok, I'm finding it difficult to get what I want out of it. The main issues are customising the bar…
dotnetnoob
  • 10,783
  • 20
  • 57
  • 103
0
votes
1 answer

First few numbers of jquery UI Slider are being skipped

Can see it here http://jsfiddle.net/yZcPG/1/ Instructions are in the fiddle. Basically, when using a ui-slider, the first set of values are skipped. For example, when the slider handle starts out at 0, and you try to move it to 1, the slider handle…
0
votes
1 answer

jquery ui slider modify width according to children elements

i have jquery ui slider with a huge width in px. .scroll-content {width:2400px;} and structure:
bboy
  • 1,357
  • 2
  • 15
  • 31
0
votes
1 answer

jquery ui slider - changing the position of the handle

I'm using a jquery ui slider with a play/pause button to control a d3.js animation. When i press the play button, i'd like the slider handle to move along, any way to do that? Likewise, is there any way to position the slider at a specific step…
user1783490
  • 273
  • 1
  • 8
  • 23
0
votes
4 answers

Do something after n seconds after moving slider

I want to process value of slider with delay. So If I move with slider to X position, I want to make jquery function to do something BUT, after n seconds. If I do something between these 4 seconds again - start timer from…
user1666761
  • 163
  • 2
  • 3
  • 13
0
votes
1 answer

Jquery UI Slider with Capybara

We currently define a jQuery UI slider with: / Search implementation $("input#price-range").slider({ from:1, to:200, step:5, round:0, scale:[1, '|', 50, '|', 100, '|', 150, '|', 200], dimension:"$", skin:"round", callback:…
JustNeph
  • 761
  • 3
  • 10
  • 25
0
votes
1 answer

How to get more datapoints in jQuery slider?

I am using jQuery 1.7.3 and jQuery UI 1.9.1. I am using the jQuery range slider (http://jqueryui.com/slider/#range). I have several sliders set up on the page that work really well and some that work really poorly. My thought is that jQuery…
Evik James
  • 10,335
  • 18
  • 71
  • 122
0
votes
1 answer

JQuery Mobile Slider Tooltip (dynamic)

How to use Tooltips with JQM Sliders? I would like to add Tooltips to my JQM Ranges (e.g. 1-5), saying at what point the ui-slider-handle is positioned ("Your choice: 3"). I've tried qTip: $('#content a[href]').qtip({ content: 'i am a qtip' …
0
votes
1 answer

Floating point numbers in jQuery Mobile slider

Hello stackoverflow Community, I am currently facing a problem with the jQuery mobile slider. I have strongly modified the slider. It's working with arrays that contain values the slider is allowed to take. If you slide to a position that is not in…
thpl
  • 5,810
  • 3
  • 29
  • 43
0
votes
1 answer

Jquery minimum range slider - type error

I am using jquery slider. I have checked that jQuery and Jquery ui are loaded, but i get an error which is TypeError: jQuery("#slider-range-min").slider The code for slider is jQuery(function() { //var $jq = jQuery.noConflict(); …
Amna Ahmed
  • 1,944
  • 4
  • 20
  • 25
0
votes
3 answers

How to get value from input with dynamically changed value by jquery UI slider?

I've input text with a dynamically changed value by jquery UI slider. How to get value from $("#scope_input") by jquery? .change event working only from manual keypress on keyboard, on sliding doesn't getting any…
roza
  • 585
  • 1
  • 9
  • 30