slider

Unable to get index from jQuery UI slider range

I'm having a hell of a time trying to get (what I thought was) a simple index from a collection of multiple sliders. The HTML is as follows: <div id="left-values" class="line"> <span id="l1" style="padding: 0 1.8em;">0</span> <span id="l2" style="padding: 0 1.8em;">0</span> <span id="l3" style="padding: 0 1.8em;">0</span> ...

Does anybody know how to get a previous and next image with low opacity in a jQuery Slider?

I want to archive something like this: http://www.jayhollywood.com.au/ but instead of small previous and next images, I would like them to remain the same size but with low opacity. (Will this work in IE too?) ...

How can I access/move handles of a dijit.slider or Dojox.RangeSlider on external input

Introduction: I have a dojox HorizontalRangeSlider UI component. On each side of this control I have a texbox displaying the value of the respective sliders. Problem: When I enter a new value in my textbox I can update the internal value of the RangeSlider but the handles do not respond to the change. How can I achieve this? ...

Pause auto-rotate on mouseover (jQuery)

I'm using a content slider plugin that is nice but lacks one important feature: does not stop auto-rotating slides on mouseover. Here's the relevant part from the script: var dotimer = function (x){ if((opts.auto) == true) { if(timer != null) clearInterval(timer); timer = setInterval(function() { ...

jquery slider - mc is not defined

Hi guys I have currently implemented this image slider http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html on a site but for some reason I get the error message "mc is not defined". Unfortunately I can't show a link to the site since it's not accessible to the public yet. When I look in the javascript file I can see t...

jQuery sliding panel- multiple links calling different sections of the panel

Hello! I'm trying to design and implement what seems like a simple solution. I have a drop-down panel tab at the top of the page with 3 links in it- about, resume and contact, and an arrow to drop it. I'd like the panel to drop down and show the specific content for the link I clicked on, and swap the arrow to point up to close it. For ...

Circular NSSlider with stop (non-continuous)

I am not sure how to phrase this better as a title but I need to make an NSSlider that functions as a normal volume knob. At the moment it will spin around as many times as I hold the mouse down and move it around the control. I need it to stop at the "0" position and the "100" position, I cannot have it jumping from 0 to 100 when I dr...

jquery stop image slider when accordian menu is closed

http://jsbin.com/emoba5/3/edit click here to view demo Does anybody know how to make the image slider go blank if all menu items are closed? Our how to make it stop on the first image if there is only one image, i.e. posture 3 Im stumped?! ...

jquery xml slideshow using ajax

Hi all, I am trying to create a JQuery based slider using ajax to load images url from a xml file and then creating a html li list dynamically. Till now I am able to append and create DOM structure using Jquery. But I am not able to access the dynamically created list. I have also tried custom events using bind but not able to succes...

Non-uniform snap interval on flex slider?

I'm currently using the Flex HSlider control. I'd like the slider to only allow the user to pick the values: [0, .5, 1, 2] I can get it close to what I want by setting the snapInterval to .5 and by explicitly providing the tickValues. But that still allows the value 1.5 to be selected. Is there a way to provide explicit snapValues or to...

Looking for a specific featured content slider script - PHP (and jQuery, I think)

I was looking around a few days ago for a new script to replace the featured content area on my website's current implementation. Randomly, I can across a gorgeous one that I have not been able to find again because, like an idiot, I didn't bookmark the page. It's difficult to explain what the slider looked like, so I'll try to make a c...

jquery slider jump to height glitch

Does anybody know how to fix the glitch in jquery where the sliding block jumps into place when it is a large block being slid. Example http://jsbin.com/emoba5/5/edit Click on posture two to see the jump. I have seen some fixes like this one http://jqueryfordesigners.com/slidedown-animation-jump-revisited/ but have no idea how to im...

Recreating the Apple Store's summary that moves with the page scrolling

I'm looking to create something like what Apple has on their online store for displaying the summary of your computer and total as seen here. I'm guessing this is JavaScript, but it'd be even cooler if it could be done in CSS. Basically I'd like something scrolls with the page like position:fixed, but I don't want it to start moving unt...

jquery slider jerky in chrome and safari

Does anybody know why this slider works well in every browser except for safari and chrome? www.aus-media.com/dev/site_BYJ/about-bikram-yoga/postures-benefits.html Let me know if seeing the code will help. Thanks Nik ...

how to determine whether jQuery UI slider thumb is chainged programmatically or by user?

I am using jQuery UI Slider. I need to know whether the slider change event is a result of user action or programmatically changed. At http://jqueryui.com/demos/slider/#method-option , it was recommended to use the property event.orginalEvent to detect whether the value changed by mouse, keyboard, or programmatically. But I am always ge...

jQuery slideshow at MediaTemple

I want to do a slideshow for product something like http://www.mediatemple.net home page, where there with those big dots on the right. Tried to google but couldn't find one similar. ...

Scriptaculous Slider stops working in iFrame

Hi there, I am stumped! I have a form for leaving reviews that uses a slider from the Scriptaculous library. The form is retrieved through Ajax once a user clicks on a link to leave a review and all works fine. In order to enable ajax-looking file uploading, I'm using an iFrame to submit the review. My problem occurs when the form is...

Multiple Cookie Generation Issue

Hi all, jQuery newbie here. I need to be able to set multiple cookies within the code without have to change out this variable each and every time. Is there any way to make this code generate unique cookies for different pages? As it is now, I'm having to rename that variable for each page that the jQuery animations exist on. (sbbcooki...

Need to create automatic timed changing content.

I need to create a section of our website where there is a main box of content with 3/4 smaller boxes (previews) underneath. Please take a look at http://espn.com for an example. They have a main top box for content and then it shuffles between the content previews below. What is the best way to do this? We are using .NET framework. ...

How can I make js that needs manual input dynamic?

I don't really know how to ask this, so I wrote up the script here: http://jsbin.com/acaxi/edit It's pretty straight forward, I'm trying to create sliding panels. I know there's alot of scripts that does that good, to be honest there are too many. If anyone thinks there is a plugin you could recommend instead of my script then please d...