Questions tagged [jquery-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 for converting selected elements into sliders and is a part of the jQuery-ui library.

API Documentation

181 questions
0
votes
1 answer

JQuery Slider ignores slide/change event

I have a function, which gets called on slider's slide/change events. When my slider gets changed gradually everything works perfectly, however when a slider's handle gets moved sharply the handler function doesn't get executed, but the handle still…
user1514042
  • 1,899
  • 7
  • 31
  • 57
0
votes
1 answer

Jquery Append Trouble

I have a problem, I have a js code which append a span element. My problem is it keeps disappearing, its not a bug or something. PS: I'm using jquery ui slider.What I'm doing is display the current value of my slider using the appended…
Wondering Coder
  • 1,652
  • 9
  • 31
  • 51
0
votes
1 answer

jQuery slider - text elements not showing in IE7

I downloaded a jQuery slider from http://basic-slider.com/ and I've put it onto my website. It works completely fine, except for when it's viewed in Internet Explorer 7. I've spent the past 3 days looking at this, but can't for the life in me find a…
user676853
0
votes
1 answer

jQuery animate() "flashing" when triggered again before it completes

Here is a JSFiddle that demonstrates the problem... http://jsfiddle.net/L2NBP/5/ For obvious reasons this code is a simplified version of my actual code, also shown below. CSS #frame { left:0; position:absolute; width:190px; } .layer {…
Kirkland
  • 2,319
  • 4
  • 20
  • 27
0
votes
1 answer

how to create Dynamic SlideShow with Orbit Plugin

i want create Dynamic Slideshow in Jquery i'm Write this code var ctx = new DynamicSlideShowEntities(); var list = ctx.Pictures.ToList(); string bb = JsonConvert.SerializeObject(list); context.Response.Write(bb); and js…
Pouya
  • 1,908
  • 17
  • 56
  • 78
0
votes
0 answers

Adding a start/stop function to JQuery slider

I have a JQuery slider, everything works well. You can find it here: http://sebastiaanbr.nl/hetluisterendoog/ But now I want to add a start/stop functionality to the slider, so that I can pause or start the slider whenever I want. I have no idea…
0
votes
0 answers

Jquery slider - reducing slider-handle height

I'm using jquery slider in my web application..need to do some design tweaks. Here is the css code for jquery slider UI I'm using https://gist.github.com/2643478 Here I want to reduce the height of slider-handle. It's not working when I modify…
rnk
  • 2,174
  • 4
  • 35
  • 57
0
votes
2 answers

Jquery Interconnected slider

I want to create generic jquery ui slider so that if i pass any number,it should return me that number of interconnected sliders. If I slide any 1 slider,it should change others.However, the sum of all the sliders must always be 100 at any point of…
Michael
  • 361
  • 2
  • 3
  • 9
0
votes
1 answer

jquery conflict while adding jquery slideshow in wordpress site

i am trying to add a jquery slideshow in my wordpress site .But it did'nt works properly i use a js file to do this (function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function…
rohit
  • 145
  • 1
  • 5
  • 14
0
votes
1 answer

jQuery page slider, based on JSON data source

this is my first post in SO, I'd like to reach the result shown here http://builtbybuffalo.com/project/view/bored-of-southsea/date/desc As you can see the page uses a dynamic jquery slider, with the content taken from a JSON source. I need your…
Marcolo
  • 11
  • 1
-1
votes
1 answer

jquery animation doesn't work in opera and chrome

I have strange behavior with Jquery. Please open http://westminster.percipio.me/index2 in firefox, it should slide screens and also panel a bit bottom " University of Westminster Courses News Business Schools Alumni" also animated…
Oleksandr IY
  • 2,783
  • 6
  • 32
  • 53
-1
votes
1 answer

How to pass the argument to the jQuery slider function on page load in following scenario?

I've used one image slider. In HTML code of this jQuery image slider there is one hidden field which contains the numerical value. This numerical value is nothing but the time in seconds for which each slider image should display. Once the time…
PHPLover
  • 1
  • 51
  • 158
  • 311
-1
votes
1 answer

Slider only slide once - WHY?

I have added a slider to my site but it seems to only run once. It stops on 2nd image. I want it to keep sliding every 5 seconds. Please help me! Source: http://codepen.io/zuraizm/pen/vGDHl Javascript: var slideCount = $('#slider ul li').length; var…
Stefan
  • 61
  • 9
-2
votes
1 answer

how to create image slideshow from jquery arrays generated by php

For starters I do not have any code written. My question is along the lines how to use Arrays with jQuery to scroll through their values. I would like to iterate arrays with values of the arrays being URL's to the thumbnails provided by PHP. So for…
PT Desu
  • 693
  • 4
  • 13
  • 26
-3
votes
2 answers

how to get the value selected in this jquery slider

here is the code