[jQuery] Setting startValue for the second handle in a ui.slider range widget
Hi guys,
I think this is my first post to the list, even though I have been
subscribed for more than 2 years.
Anyway, my question is simple and is mostly defined in the subject of
this email. I'm writing a wrapper for the ui.slider plugin that takes a
couple of selects as input and converts them to a range slider (two
handles, from and to). These selects have pre-selected options in the
original html (e.g. <option selected="selected">...), so I need to be
able to transmit them to the slider. I think managed to do it for the
first one with startValue (my last attempt was a couple of days ago) but
not to the second one. So, can anyone show me how can I achieve that?
e.g. I can't find a way to access moveTo from the jQuery object.
TIA,
Pablo