You need range:false instead of range:'false'. Same for animate. These
expect booleans, not strings.

- Richard

On Wed, Jan 21, 2009 at 12:19 PM, MetaYii <[email protected]>wrote:

>
> On Jan 21, 9:32 am, "Richard D. Worth" <[email protected]> wrote:
> > It looks like you have 3 handles. Maybe just remove the range:true
> option?
>
> I simplified things:
>
> $("#slider").slider({'min':-10,'max':10,'range':'false','step':
> 1,'animate':'false','values':'[-10,0,10]'});
> $("#slider").slider("values", 0, -10);
> $("#slider").slider("values", 1, 0);
> $("#slider").slider("values", 2, 10);
>
> But the handles don't move yet. In fact, the third handle stays over
> the second one, despite of the fact that they have different values.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to