slider

How to implement a bounty slide like SO?

It looks very nice, is it hard to implement? ...

Flash Range Slider Component

Is there something similar to this jquery component in flash or are there any ready examples on how to do that? Thanks. ...

Creating a jQuery Image Slider

Hi, Im trying to create a jQuery Slider like this http://bit.ly/5YFTs8 I cant find any tutorials or plugins anywhere that make em like this one. Cheers ...

Issue with Qt slider signal/GUI

When a user moves the slider it will trigger a signal and based on that I want to call a method readData from dataClass, to return me a string and then print it in guiClass. But it does not work. I get Program received signal: “EXC_BAD_ACCESS”. I am using Xcode. As soon as I move the slider the program crashes and highlights line 9. 1...

Is this a jquery content slider? if yes how can I get it

Please visit the link below and check that content slider out cause I love it The Link Thank you ...

jquery slider error... if I use Jquery cookies.

Hi, I am trying to use a Jquery slider something like this (http://jqueryui.com/demos/slider/) and I was able to set up right. But on page load i am getting a "jquery cookie is not a function" error. The problem is the file jquery-1.3.2.min dot js is conflicting with jquery.cookie dot js file. Please suggest me your expert advice. Thank...

jquery slider and nav clashing. Help!

I am building a site that uses two jquery plugins: A Jquery Menu (that I modified a bit) and the JFlow slider. I have uploaded the page that Im having the problem here. For some reason, the file menu.js (that is the engine behind the nav bar) causes the slider to stop working. When I remove the line of code:` <script type="text/javascr...

Weird behaviour on custom made jQuery slider

I thought it would be easy to create my own custom content slider with jQuery, and managed to create a decent one. Within the slider wrapper, I have a slider content and slider list. The slider is only showing one of three content areas. This is the HTML for the slider: <div id="featured_wrapper"> <ul id="featured_content"> ...

jQuery slider problem reaching min and max values

I have a jQuery slider initialized and then dynamically set min max values depeding on the contents of a json-request. Steps av even 100, min a max are recalculated to even hundred, most of the case somewhere between 300 and 4800. The slider values and settings are fine, but when I move the handle I can't get it all the way out to the e...

JQuery UI Slider issue...

<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script> <link href="http://localhost/test/styles/jquery/ui/skins/redmond/jquery-ui-1.7.2.cus...

Jquery UI slider, setting values bug

i have 3 div's <div id="slider-range1" class="slider-range"></div> <div id="slider-range2" class="slider-range"></div> <div id="slider-range3" class="slider-range"></div> i have added the slider to these div's using class reference $(function() { $(".slider-range").slider({ range: true, min: 0, ...

How to define certain posts as featured posts in WordPress?

I need to make a four posts featured content slider but not with the latest 4 posts. Instead I wanna define certain posts as featured, now I know I can make a new category as Featured and add it as a multiple category to the posts I wanna define as featured and something similar could also be done using a tag as well. But I was thinking...

How to snap to the values on a WPF slider, but only show a tick for some of them...

I have a WPF slider whose minimum value = 0 and maximum value = 50. I want to show ticks at an interval of 5, but have the slider snap at an interval of 1. Is this even possible? ...

is the stocktwits live streaming slider the jquery widget slider?

i'm trying to add a slider similar to the "live stream" slider over at www.stocktwits.com. i've found a ton of jquery slider widgets but none exactly like this. and looking at the code it look like it's actually a jflow plugin. but then looking at jflow plugins on the net it doesn't seem like it's exactly that either. what plugin is ...

Trying to get value of a slider from parent control

Hi all, I'm Trying to get the value of a slider thats contained in a window from a usercontrol thats also contained in that window. this is what i would like to accomplish. <Window x:Class="TestApp3.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...

jquery.min.js error in ie6

IE g gives me the following error: Line: 79 Char: 4 Error: Unexpected identifier, string or number Code: 0 The website is test.hatc.org. I am using a template that features fading images, opacity and sliding menus. I saw an error pertaining to jquery.min.js in a browser running IE8 with compatibility mode on, so I think it has somethi...

jQuery Slider How do I lock a handle in place?

I have a jQuery slider with a two handles. I'm looking to lock the first in place based on the second handle. I've tried checking the values on the slide event and then setting the first handle back to it's lock position but it basically ignores what I set it to and continues to slide. I have gotten it to work with the stop event bu...

jQuery slider question (need to improve it)

I have it set to step between values, and each value represents some information that is displayed. I want it to be more fluid, though. How would I go about having it so that when you slide the slider, it isn't in steps, but still changes "slides". Current code: $(function() { $("#slider").slider({ min: 1, max: 5, ...

How can I know what slide is active in jQuery plugin EasySlider?

I use EasySlider plugin and it works, but my problem is that it dosen't have any callback function or method to get current slide element. Is this possible or do I have to make my own script to get current slieds element? http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider ...

Help with changing slider colors on an iphone

I need to change slider colors in my iphone app, and I put This: - (UISlider *)ratioSlider { UIImage *stetchLeftTrack = [[UIImage imageNamed:@"grayslide.png"] stretchableImageWithLeftCapWidth:10.0 topCapHeight:0.0]; UIImage *stetchRightTrack = [[UIImage imageNamed:@"grayslide.png"] ...