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
-1
votes
1 answer

jQuery UI Slider: lag in Chrome

I have the same question from here: 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 their ui.values[] to set and show the new values in other…
Jack Bo
  • 61
  • 1
  • 7
-1
votes
2 answers

JQuery Slider doesn't get its values updated correctly when called dynamically

I'm calling container.slider(...) dynamically and only getting the correct look when it gets called for the first time. How do I fix it? Update - Clearly the demo is a quick hack reproducing the problem, let's not pick at using global vars etc…
user1514042
  • 1,899
  • 7
  • 31
  • 57
-1
votes
1 answer

Slider with dynamic values from a database

I have this code for a slider and works, but I need that the slider shows dynamic values that I have in a SQL table (numeric and alphanumeric). For that reason I can't put static values like here on min,max and step. What can I do to show the values…
Rgg
  • 45
  • 1
  • 6
-1
votes
1 answer

jQuery .each() or other method. Which should I use for this?

We have two 360 viewers using the jQuery Reel plugin. The two are spinning fine on the same page using classes. We have set up zoom capabilities and rotation sliders using jQuery UI. The issue is we can't get each of the sliders or the zoom…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
-2
votes
1 answer

How to make jquery .range() slider fire only when the cursor / finger is released?

I am using a jquery slider for selecting the age range. It has a minimum and maximum value from either ends. When the slider is dragged from any side whether left or right, it continuously fires N number of AJAX calls (as shown in the Network tab of…
Aurazo Script
  • 115
  • 1
  • 1
  • 9
-2
votes
1 answer

jQuery Range Slider with fixed values and associated text output

I´m new here.. sorry for my bad English :D I´m looking for a range slider with fixed values and additional text output. Here is a example: http://james2013.batcave.net/s100.htm

-2
votes
1 answer

Displaying value of jQuery range within the thumb

I want the current value of a jQuery to be displayed within the slider's thumb, something like this: I have seen it is possible but I'm not sure where to start with coding it.
-2
votes
1 answer

jquery slideup/down function, how do I keep element open if specific class?

I have a menu with parent and child elements. If you hover over a parent item with children, the submenu slides down. If you hover off, it slides up. Perfect. However, if you are ON a child page, how do I change this jquery to have that submenu open…
joshdfw
  • 41
  • 1
  • 6
-2
votes
1 answer

CodePen Content Slider

I am trying to create something similar. http://codepen.io/eka0210/pen/rjalx Does anyone know what kind of jQuery plugin has been used in it. It seems pretty straight forward and I can't seem to figure it out. Right now I'm using this for plugin…
Nabeel M
  • 1
  • 5
-4
votes
1 answer

jQuery HTML Content Slider with Semi-Static Background

I am looking for a jQuery HTML Content slider plugin that mimics this functionality: http://www.4templates.com/website-templates/277677692-WT00915/demo/#red I like how the divs in the foreground slide, but also how the background slightly moves in…
Steve
  • 37
  • 3
  • 13
1 2 3
45
46