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

jquery-ui-slider library perturbs my old jquery function

I have a tabbed content in my website. based on the HTML below:
Adib Aroui
  • 4,981
  • 5
  • 42
  • 94
0
votes
1 answer

Syntax for getting the value of a specific handle with a jQuery UI Range Slider

What is the correct syntax for getting the value of a specific handle with a jQuery UI Range Slider? The method given in the demo and used in the function below gets the value of both handles $("#selector").slider("option", "values"); I've tried…
Chaya Cooper
  • 2,566
  • 2
  • 38
  • 67
0
votes
1 answer

JQuery Slider Value with PHP Generated Input

Below is my code I have everything working except dynamically linking the sliders to each input field. Here is my live page
0
votes
1 answer

Jquery UI Sliders added with php. Trying to display each value

I am attempting to load a folder of images which are being resized and loaded with PHP. I am now trying to display unique textbox where the value of the slider will be display as is changes. Below is my attempt at this. I have everything working…
0
votes
1 answer

Full Image slider

Hi i'm looking for an image slider to sit full background, ideally with a nice fade effect for this site. http://www.markcoffeyphotography.co.uk I have one in my site at the moment but i'm not so happy with it and i'm looking at recoding the site…
Mark
  • 1
0
votes
1 answer

jQuery UI tooltip on toggle

There is such problem: Tooltip doesn't show on page. it shows only if i click on toggle. How can i do that tooltip will show without clicking on toggle...? Here is the code: Js: var tooltipD = $('
').css({ position:…
0
votes
1 answer

jQuery UI Slider filement group to drag a slider using javascript?

I want to control jquery UI slider using JavaScript. I want to move slider to certain position when a event is triggered. $('select#dn_event_date, select#up_event_date').selectToUISlider( { // labels and…
Manivasagan
  • 212
  • 1
  • 6
  • 17
0
votes
1 answer

jQuery open all slider elements then jump to anchor link

Goal: I have some existing content (a lot of text and multiple pages) that I'm updating to hide/segment in a dynamic jQuery slider (creator's demo page & code here). However, the content is full of internal links in various locations, that I don't…
0
votes
1 answer

How do I set jQ UI Slider Widget to display an image on the last step?

I have a jQuery UI Slider working here: http://energync.ehclients.com/slider2.html and I like the way it is working. I just need to make one tweak and I will be set. Currently there are three steps to the slider: 1. first slide 2. second slide 3.…
forrest
  • 10,570
  • 25
  • 70
  • 132
0
votes
1 answer

Where to set a custom image for jquery slider handle

I am trying to change jQuery slider's handle image on-the-fly. Each client has his own handle image which is saved in corresponding client folder in my website. I want to change the slider's handle based on the client who is accessing the…
Anil Soman
  • 2,443
  • 7
  • 40
  • 64
0
votes
1 answer

The jquery slider doesnt work on Safari 3.2

I am using jquery 1.8.2 and jquery-ui-1.9.2.custom.js to create sliders. But somehow the slider isnt working properly on Safari 3.2 but works just fine on Safari 5.1.7 Any idea why this is?
Bhumi Singhal
  • 8,063
  • 10
  • 50
  • 76
0
votes
1 answer

how to disable user interaction for slider?

I implement jQuery UI Slider but i control this slider with javascript and i won't to block user interaction. I use as handle a.ui.slider-handle. I have tried this: $('a.ui-slider-handle').unbind() , but it didn't work.
sad1326
  • 21
  • 2
0
votes
0 answers

how to stop event "Change" propagation in slider jquery object

I need to understand how can I stop an event propagation, in particular the "change" propagation of a slider. normally, in my application, change is called when I move the slider directly on the bar; I change the slider position with this command…
axel
  • 3,778
  • 4
  • 45
  • 72
0
votes
1 answer

Configuring the jQuery Slider

I am new to JS and Jquery and I am trying to come up with solution to my problem. Here is the jQuery Slider plugin which I would like to incorporate I have an array with 1,000-2,000 objects. Each object has a time and the Unique Id. Time example:…
Andrew
  • 7,619
  • 13
  • 63
  • 117
0
votes
1 answer

Using JQuery UI slider for site navigation - slider acting weird?

I am planning on making a small, personal portfolio site. I wanted to try a different kind of navigation for it - having touch-devices in mind, using the JQuery UI slider instead of usual button-based menus seemed like a good idea. However, I got…
Aulbath
  • 3
  • 2