On Mar 19, 11:59 am, Jeff Gentry <[email protected]> wrote:
> if I try to set the values of the two handles in my slider
> using .slider('option', 'values', [X,Y]) it isn't taking
> automatically. Instead what I find is that the next time I touch one
> of the handles, the other handle snaps to where it should be. Is
> there a way to have the handles actually move to match their new
> values? I'm including code that demonstrates what I'm talking about
> (on linux, ff3.0.7)
To self followup, it seems that the option way isn't the right way to
go,
if I do .slider('values', index, value) that works A-OK.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---