slider

Zend_Form jQuery slider

How to make jQuery slider with fixed maximum ... exact like this: http://jqueryui.com/demos/slider/#rangemin I manage to do it half way: $slider = new ZendX_JQuery_Form_Element_Slider('amount'); $slider->setLabel('Set Amount: '); $slider->setJQueryParams(array('min' => 0, 'max' => 60, 'value' => 15)); I don't know how to display the...

How promising is Flex/Flash as a development path for the iPhone/iPad?

I'm interested in developing for the iPad and iPhone, but I'd prefer not to learn Apple's whole development stack (and good golly, I sure don't want to go back to manual memory management). Oh, sure, I could learn it, but I don't have that level of commitment to the environment at this point. I've got professional experience with Flex al...

Flex Slider: How to differentiate between programmatic versus user change

I am using HSlider to implement a one-thumb slider control. The thumb position is updated by a timer. However, the user can also update the thumb position by either clicking on a position in the slider track, or by dragging the thumb. Judging by the Flex documentation, I figured all I needed to do was write a handler for the change even...

jQuery slide problem in IE

Can't get my mSlider function to work in IE. It's says i get an error on line 171. But i don't reckon why. Would appreciate some help please. Here's the page This is what line 171 refers to: window.mSlide = function(){ var currentPosition = 0; var slideWidth = 500; var slideTotal = 3; // Total amount slides var mSlideObj = $(".mSlideOb...

showing whole div in IE (jQuery slider)

Hi, IE somehow shows the whole div when the page loads befor it resizes to the right size. Is it possible to avoid this since it is really ugly: http://stackoverflow.com/users/216925/luuk In FF it works perfectly fine (not the layout fully, but the slider) plz help. ...

Use function inside jQuery AnythingSlider plugin function outside plugin scope

Hi guys - I'm trying to integrate Chris Coyier's AnythingSlider (http://css-tricks.com/anythingslider-jquery-plugin/) with the YouTube API. When the video state is "play", I want to fire 'startStop(false)', and on video state 'pause' to fire 'startStop(true)'. But how can I use a function that's declared inside a plugin? I tried with so...

Range issue with ui-slider

Hi, I’m trying to set up a range with a slider. I would prefer if both cursors did not overlap in the same value. In other words, how do I get the sliders to freeze and stay put when the minimum value slider and the maximum value slider come next to each other. Any ideas? Thank you in advance. ...

Adding a timer to existing JS slider

Hoping someone can point me in the right direction. I'm building a online shop for a client and am using the PrestaShop Moon theme (link). You'll notice in the demo that there is a slider. However, the slider doesn't change automatically every few seconds like some sliders out there (for example this one). The Moon theme uses an old s...

How do I make a JQuery Slider-like feature on iPhone/Android web app?

In the iPhone or Android, if you have a JQuery Slider, it doesn't quite work (touchscreen will move the screen instead of drag the slider.) ...

Hide ticks at Min and Max in WPF Slider

Hi, I want to display a Slider ranging from 0.5 to 1.5 with only one tick mark at 1.0 to mark the center and default value. I have defined a Slider as follows: <Slider Minimum="0.5" Maximum="1.5" IsMoveToPointEnabled="True" IsSnapToTickEnabled="False" Orientation="Horizontal" Ticks="1.0" TickPlacement="B...

Help with animation

I've used the "FeatureList" Jquery Plugin to make my own content slider. The script can be found here: http://pastebin.com/7iyE5ADu Here is an exemplificative image to show what I'm triyng to achieve: http://i41.tinypic.com/6jkeq1.jpg Actually the slider add a "current" class to an item (in the example the squares 1,2 and 3) and for e...

JQuery Cycle Function

http://malsup.com/jquery/cycle $('#slides').cycle({ fx: 'fade', sync: 0, delay: -5000 }); I want it so my slides fade in, wait 5 seconds then fade out to the next slide - I've been trying for a while but to no avail - any help? ...

is there any way to have text under each increment of the jquery slider

looking at this example of the jquery ui slider http://jqueryui.com/demos/slider/#steps i want to be able to show the values of the increments under each "increment point". so in this example it would show 0, 50, 100, etc . . . is this possible or do i have to align text underneath and hope it lines up ...

JQuery Two colour slider control automatic move

Hi All, I am creating a slider control with two colours for media player streaming. [Covered portion with one color remaining with another] Working: i can drag/ move the slider manually. Needs: I want to move the slider automatically.(1. Once the control is ready and 2. After changing the position of the slider, from that position it ...

jQueryUI Slider handle not moving

I'm trying to implement a jQuery slider with increments. I've gone from, the actual project page, to a test page of the project with just the slider, to just the slider. In all cases I've been unable to get the handle to move. It also seems to have a width of 1px or similar. My code is as follows, <!DOCTYPE html PUBLIC "-//W3C//DTD XHT...

Saving/Associating slider values with a pop-up menu

Hi, Following on from a question I posted yesterday about GUIs, I have another problem I've been working with. This question related to calculating the bending moment on a beam under different loading conditions. On the GUI I have developed so far, I have a number of sliders (which now work properly) and a pop-up menu which defines th...

JavaScript: Alternative to JQuery's (dual) Slider control?

I am using the JQuery Slider control for use as a double sided slider (dual slider). It's a great UI control but I'm looking for an alternative that isn't so "fat". Right now, just for me to use the Slider control, I have to include: JQuery core JQuery UI core JQuery Slider plugin When I both minimize using Google's awesome Closu...

Create jQuery Slider Range With One Handle Not Using Min/Max

Hey all, Is there any possible way to create a slider that will create a range similar to what is done with one handle using min/max, only instead of min/max, starting the range from say 50 (on a scale from 1-100)? I realize this will most likely require modification of the slider or creating a plugin, just wondering if anyone has done ...

Need jQuery Content Slider

I am unable to get the correct title for this, please change the title if you get appropriate one :) This is what i am having <div class="container"> <div class="innerContainer"> <div> Div content Here [ always either embed or object or image ] </div> xtra noise </div> <div class="innerContainer"> ...

i can`t take the slider moving with a value insert into the input box

$(function(){ // Dialog $('#mdialog').dialog({ autoOpen: false, width: 320, buttons: { "Apply": function() { <!--alert($('#slider').slider('option', 'value'));--> try{ ...