Top "Jquery-ui-slider" questions

The jQuery UI Slider plugin makes selected elements into sliders.

How to get value from jQuery UI slider?

I am working on http://gamercity.info/ymusic/. And I am using UI slider as seek bar. While the video …

javascript jquery user-interface jquery-ui jquery-ui-slider
jQuery UI slider Touch & Drag/Drop support on Mobile devices

I have already styled and implemented jQuery UI slider into a project. Though it's responsive, the slider does not respond …

jquery jquery-ui touch jquery-ui-slider
Trigger a jQuery UI slider event

How can I trigger a change event on a jQuery UI slider? I thought it would be $('#slider').trigger(…

jquery events jquery-ui-slider
jQuery UI Slider Labels Under Slider

I am limited to using jQuery 1.4.2 and jQuery ui 1.8.5 (this is not by choice, please do not ask me to …

jquery jquery-ui jquery-ui-slider
jQuery UI slider 'change' event fires even when value has not changed

I am trying to fire an event when a user slides the slider and the value is changed when the …

javascript jquery jquery-ui jquery-ui-slider
Jquery UI Slider change value of slider when changed in input field

Heres a js fiddle im trying to get the slider to jump to the correct position when I change the …

jquery jquery-ui uislider jquery-ui-slider
Using jQuery to control HTML5 <audio> volume

Okay, I want to control the volume of an HTML5 element using the jQuery Slider element. I have implemented the …

javascript jquery user-interface jquery-ui-slider
ui slider with text box input

We have a ui slider we utilise, and it works flawlessly. code: jQuery(function() { jQuery( "#slider-range-min" ).slider({ range: "min", value: 1, …

jquery jquery-ui jquery-ui-slider
How to reset a jQuery UI slider?

<!-- dirty --> <head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/…

javascript jquery jquery-ui-slider
jQuery UI Slider: move the value along (with) the handle

I used the jQuery UI slider component in my page to set a range of prices. I can also use …

jquery-ui slider jquery-ui-slider