[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread StanW
Thank you! I did not know that. Stan Charlie Tomlinson wrote: > > > there is a separate google group for jquery UI , you'll probably do > better there. Try searching slider issues on that group, it's a common > topic > http://groups.google.com/group/jquery-ui?pli=1 > > -- View this mes

[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread Charlie
there is a separate google group for jquery UI , you'll probably do better there. Try searching slider issues on that group, it's a common topic http://groups.google.com/group/jquery-ui?pli=1 StanW wrote: Thank you. However using 'value' moves the slider into the correct place, but if th

[jQuery] Re: Slider moveTo stopped working

2009-06-25 Thread StanW
Thank you. However using 'value' moves the slider into the correct place, but if the form is submitted without the sliders (I have 30 or so in each page) being moved, the submitted values are null. I want viewers to be able to return to a web page and move one or more sliders, but not have to re-

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread Matthew
Sorry, didnt realize you answered the moveTo question. On Jun 24, 5:09 pm, Matthew wrote: > Check out the 'value' option, moveTo was removed but value should do > the same:http://docs.jquery.com/UI/API/1.7/Slider > > On Jun 24, 4:35 pm, StanW wrote: > > > If the moveTo function is now missing f

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread Matthew
Check out the 'value' option, moveTo was removed but value should do the same: http://docs.jquery.com/UI/API/1.7/Slider On Jun 24, 4:35 pm, StanW wrote: > 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

[jQuery] Re: Slider moveTo stopped working

2009-06-24 Thread StanW
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 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 abl