slider

Where can I find a jQuery article rotator / carousel / slider?

I want to make an article rotator similar to http://www.vmagazine.com/ And I want to use jQuery. I know there are carousels like jCarousel and jQuery Carousel. There is also the Coda-Slider, but I don't fint it very elegant. Can anyone suggest a good jQuery method / script for having an article carousel? I don't want to use MooTools...

Jquery Slide Show: Correct Trigger?

I am having some trouble with an implementation of Soh Tanaka's excellent jQuery slide show technique. I need to nest the trigger anchor tags inside an unordered list, which breaks the script (pulling the anchor tags out of the < ul > list otherwise corrects the problem). I think it comes down to how $selected is defined is this line: $...

jQuery div page slider off the screen, without a horizontal browser scrollbar

I'm looking for a jQuery div slider plugin that slides horizontal off the page, displaying more divs the larger the browser window is open. I like the jQuery Coda Slider... just need it to be full page, not hide the overflow, and not display the horizontal browser scrollbar. Any suggestions? UPDATED: Below is an example of what I'm try...

Slider with buttons. How to improve?

I need to make slider. I have content (which should shift horizontally) and two buttons - "right" and "left". If you press the button and hold it, the content starts to move (in the appropriate direction). If you not hold the button, then the movement stops. This behavior is copies the behavior of usual window scrollbar. I wrote code...

Adding images to jQuery Slider via a Form

I've created a jQuery slider on my site using the Nivo Slider whihc is available at http://nivo.dev7studios.com/ . I'd like to have the ability to add in the images + links via a form so that I may create a featured content area. Any help is appreciated. ...

What's a good jQuery ligthbox plugin that cycles through images? (like a carousel)

I'm looking for a jQuery lightbox plugin that has the ability to, with it's next and previous buttons, cycle through images repeatedly. Like a carousel effect. I've been using jQuery Lightbox Plugin (balupton edition) but that doesn't have the option to continue cycling through images. It reaches the last image in the array and then dis...

Handle jQuery slider when min and max are same in values

Hello All: I am using link text for implementing slider in my application, but it throws exception when the min and max values are equal. How can I handle such situation, any help on it? Thanks Ashwani ...

Want to bind an input field to a jquery-ui slider handle

hello, I want to bind an input field to the jquery-ui slider handle. So whenever one value changes I want the other value to also change. Ex: if someone types 1000 into the minimum value input field I want the lower slider handle to move to the 1000 mark. Also if the user drags the lower slider handle to 1000 the input field should r...

jquery slider control issue

Hi All, I am using slider control to create a progress bar for media player. Problem: the max value and slider size is not matching. The video get complete before it reaches the end of the slider. Code: <script type="text/javascript" src="js/jquery.ui.core.js"></script> <script type="text/javascript" src="js/jquery.ui.slider....

Prgramming jquery slider

I want to program the jquery slider myself rather than using any plugin. But i want to know the basic idea. e.g I have <ul> <li> <div>content </div> </li> <li> <div>content </div> </li> <li> <div>content </div> </li> <li> <div>content </div> </li> <li> <div>content </div> </li> </ul> I want to show horzontally only three items...

Need some code modification in jquery slider plugin

I am using JCarousel plugin for sliders. It is working fine. But i wan this effect in another plugin called moving boxes I have 3 List items in Jcarousel. i want that the middle should expand like in moving boxes. There are two functions in moving boxes JS file called slider.js returnToNormal("#panel_"+curPanel); growBigger("#panel_"...

jQuery UI Slider Problem

I have been using jQuery sliders for about a week now without issues in my project, but I just hit an issue. I am adding 3 sliders to my page All 3 are added exact same way (like this): $('#slider_id').slider({value:100,'slide':function(e, ui){// some code}}); 2 work properly One does not work (it gives me a fiebug error 'f is undefi...

initialize jquery slider with hidden input value from database.

I'm using a slider as user input for a screen. Basically it's a bulk update screen where there is a table with multiple rows, thus multiple sliders. I created it so that the hidden value is what gets posted in the form. <td> <input class="percentageProvidedHidden" type="hidden" name='<%= "Values[" + i + "].Percentage" %>' value='<%=...

C# WPF Slider Issue with IsMoveToPointEnabled

I have IsMoveToPointEnabled on for my Slider, so when I click anywhere on the component the selector moves to my mouse. The problem is if I have this option on and click and hold the mouse down to drag the selector the selector doesn't move. Anyone know how to fix this? ...

Loopped slider replace slide effect to fade-out/fade-in effect on the prev and next slide functions?

function animate(dir,clicked){ u = true; switch(dir){ case 'next': t = t+1; m = (-(t*w-w)); current(t); if(o.autoHeigh...

Best use of Jquery sliders and PHP

Hello there, I have two questions: What's the best way to send sliders' values to a PHP page ? I'm associating each slider (several per page) with an hidden form so far, but I wonder if there's a "cleaner" way to do this. Related to the 1st question; I've some trouble with the script: var score = $(this).slider( "option", "value" );...

jQuery-UI slider - how to disable keyboard input?

Hello, in jQuery-UI Slider arrow keys move the slider handle (after the handle has been selected/clicked on), which is nice, but I don't want slider to handle keyboard (I use arrow keys on the page for another purpouse). Any ideas how to disable keyboard events for jquery-ui slider? ...

Changing the image of a scroll bar without flash.

How can i change the appearance (not the color) of a scrollbar within a box with overflow? I know how to do it in flash, I need a way to do it without it. In fact, I want to know how they did this slider in the apple web site: http://www.apple.com/mac/ It seems they used css along with javascript, but that's all I know. Is it possible th...

Why Is my UISlider Thumb Image Being Shown Multiple Times and Not Disappearing As They Should?

This slider is possessed: Whenever I enter "editing mode" for the tableview or leave "editing mode" a duplicate thumb image will appear where the thumb is. It is now behaving consistently in this way. If I switch back and forth from editing mode I'll get lots of thumb images like the screenshot shows. This is the code that I use to c...

Jquery Automatic Image Slider w/ CSS & jQuery

This is Automatic Image Slider w/ CSS & jQuery by Soh Tanaka I am trying to customize it to show .desc when the mouse hover overs the slider but it does not seem to work any help? //Set Default State of each portfolio piece $(".paging").show(); $(".paging a:first").addClass("active"); //Get size of images, how many there are, then dete...