Pablo Ziliani schrieb:

Pablo Ziliani wrote:
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.

Gee, was this page recently updated?
http://docs.jquery.com/UI/Slider/slider

Please, disregard this (shameful first) post.
The update is quite fresh!

You're welcome to post your wrapper code (to the UI list or the bug tracker). I'd like to add some code to the plugin that handles binding inputs to sliders, supporting both easy setup and progressive enhancement. A solution to add to the plugin must be quite generic, so your input could help a lot.

Jörn


Reply via email to