Last year I used jQuery slider to gather input of several continuous
variables. It worked very well.
If the moveTo function is now missing from the jQuery slider UI, is
there a way to use the value options to set sliders?
I need to have several sliders set to previously saved positions when
viewers revisit my webpage. If they do not move a slider, I must be
able to grab its original value. I have been able use the "setter,"
for example:
$('.selector').slider('option', 'value', 37);
to move the slider into position. However if the slider is not
further moved, it gives a null return erasing the original value. Is
there a way to use the "getter" option to retain the slider's
original value if it is not moved?
Thank you
Stan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---