On Mon, Aug 10, 2009 at 12:53 PM, Axonn Echysttas <[email protected]>wrote:

>
> Hi everybody. I posted a similar message about this yesterday but
> apparently somehow it didn't make it to the group.


First posts are moderated to keep out spam. Sorry for the delay. Now that
your first message is through, all your future posts will go through without
delay.


>
> Anyway, I've been using the lastest version of jQuery and jQuery UI
> (downloaded 2 days ago) and I've been trying to do some post-
> initialization calls to the jQuery UI slider.
>
> If I specify range: 'min' at Slider initialization, it works fine.
> However, if I try to do it after initialization, like so:
>
> .slider('option', 'range', 'min');
>
> (as specified in documentation) it does not work. All initialization
> tasks work, except this one. I can set the min, the max, the value,
> but not the range. I tried calling it from N different places, I've
> tried ivoking it via FireBug, nothing worked.


This support hasn't been implemented yet, and its lack is considered a bug.
As the documentation shows, all options should be settable after init. There
may be some exceptions to this, but I don't think this needs to be one. The
workaround in the meantime is destroy and re-init with the option changed.
- Richard

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to