slider

Jquery Image slider with sliding button backgrounds - close but no cigar

Hey folks, new to stackoverflow. I was pounding my brain yesterday regarding an image slider I am working on. Still learning jquery and cant quite figure out what I am missing or where to add the functionality i want: http://www.stuartthom.com/slider/Slider.html What I would like to be able to do is have each of the thumbnails be a di...

Lightweight jQuery (or non-jQuery) slider control?

I need something like the slider control from jQueryUI, but I don't want to use the whole framework for only one control. I tried searching Google but I get results for image sliders rather than the type of control I'm after. Perhaps there is another name for this kind of control? I found only this Which is exactly what I want, but it...

[C#] Possible to add a marker on the video/time slider in Microsoft Expression Blend?

I want to add a marker on the slider in Microsoft Expression Blend, for example, when I play the whole video (total got 4 different parts), there will be 3 markers on/below/near the video slider to show the user when/where is the next part of the video. Is it possible to do that and how? Thanks. ...

Need slider that can increment exponentially (not using range)

At the moment I am using jQuery UI's slider to allow people to select a donation amount. The problem is, the slider is to small and needs to compensate for the minimum of $1 and the maximum of $10,000. The proposed solution is to use a small increment, maybe $1 or $2, for values between $1 - $1000, and then from there, raising the increm...

jQuery (plug-in) fade in fade out slider

I am trying to build a jQuery slider. This will fade in and fade out images that ares "stuck" in the same place. (Is this explanation clear). A little bit like this: http://d2o0t5hpnwv4c1.cloudfront.net/377_slider/slider_sourcefiles/slider.html But without the horizontal moving. Can you point me to something similar, so I can modify...

JQuery Carousel question

Hi, I have a test website up at http://wms-clients.com/wms2.0/2010/. I am using the jquery carousel built in to my theme. My only problem is that when I advance the slideshow, it skips past some slides, almost as if it's going by twos instead of one slide at a time. I have seen this issue posted in other website forums, but never have go...

jquery simple image slider w/ajax

I have a page with lots of images on it, and only want to load extra images on demand. IE if the user clicks on it or mouses over, whatever. Most if not all of the sliders i've seen use the hidden attribute with all the elements getting loaded at once, which would cause undue burden in my case. I liked: http://nivo.dev7studios.com/ ...

javascript youtube like slider control

Hi - I've a question about implementing a slider control in a browser. I need to playback data over time, in a browser. I will have one Worker filling the playback buffer by making calls to a REST api. The UI thread will then consume the buffer and playback the data to the user. I want to simulate youtube progress UI control. It shows ...

jquery ui slider: call function on mouseup outside

hi, i use the jquery ui slider and all is fine except that the function i defined in the change prameter fired only when i release the mouse over the handles. is the a way to call the function when the mouse is released outside the slider? thanks for helping. ...

Jquery slide down and up with arrows

I am trying to figure out a simple way to use jquery to have a list of 5 items and then hit an arrow down and it shows 5 more items and so on and so on. If the up and down arrows fadeaway when it reached the top and bottom that would be a plus. Any help would be greatly appreciated. ...

Multiple jQuery UI sliders, wrong slider is updated

I'm using jQuery slider for making range sliders. By moving the sliders the corresponding input text field is updated. The jquery code is: jQuery("form#filterform fieldset.text").each(function(index){ var this_slider = jQuery(this).find("#slider"); $this_slider = jQuery(this_slider); var this_text = jQuery(thi...

jQuery range slider event trigger

Hey Folks, there`s a problem using the jQuery Range Slider plugin. I want to trigger an event every time the slider changed. I don`t know on which elemt i can trigger events. For exmaple i wana have an alert message ro see if it works. Thanks Peter ...

Nivo slider - jquery - Not sliding evenly

Hi all, I was wondering if someone could shed some light on why my Nivo-Slider is so laggy?? It skips from 2nd to 3rd image quicker than normal, then takes a while to get back to the first image. There are only 3 images in this slider. www.some-things.net is the address, and the slider is on the homepage. It's particularly bad in ...

jQuery Nivo Slider Captions disappear when using in combination with jQuery tooltips

My headline says it all. I have set up a nivo slider and some captions for testing. Actually they are working fine but now I also have included the flowplayer tooltips which are based on the regular jQuery libary. Since then the nivo slider disappeared. If I exclude the flowplayer tooltips from my site they appear back again.Is anybody o...

To show user that the video has ended in WPF

I need help! I'm facing a problem that is got to do with Slider + Tree View + Video. Using Blend and WPF, language C#. Header (a) sub header X << Play Video (a) only on click (b) sub header Y << Play Video (b) only on click Video (a) [Duration 0:00 to 0:09] and Video (b) [Duration 0:10 to 0:20] I have combined the Video (a) and V...

too much recursion error in jquery

this code: $(document).ready(function() { $('body').click(function(evt) { if(evt.target.nodeName === 'A' && $(evt.target).hasClass('cross-link')) { $('a[href=#2]').trigger('click'); } });}); given me and error of "too much recursion" one might think that I should just attach a handler to the crosslink e...

jquery UI slider changes while sliding

I am using a jquery UI slider on my document. The slider changes the size of the text. In Firefox, the slider maintains the pointer cursor during hover and during the slide action. However, in Safari and Chrome, the cursor changes to the text selector when sliding. I have tried changing the css for .ui-slider-handle to set cursor:pointe...

jQuery .animate slider looping in double digits

I have a set of 15 horizontal divs that slide using jQuery. It works great until I get to slide 11. From then on instead of moving to the next slide it will loop through the whole sequence first before it gets to it. So it still works but the loop slide is a bit annoying. Any help is appreciated. //curPanel = is the current div slide ...

Photo Slider Iphone

I want to make a slider just like CNN's iphone application has. http://i56.tinypic.com/15wdphg.jpg i search all over but i didn't get any help even any clue. If some one has any idea than please share it with me, so i will make this slider. Thanks ...

Wpf set segments on video track

Hi all, I'm trying to make a player that user can click on the slider and mark a segment. The segment should be appear at different color. Also, there should be tiny button on both sides of segment, so the user can click on them to cancel/change it's position. Can you recommend me how to achieve this targets ? How to place the tiny but...