jQuery Slider Bug - Post Initialization of Range does not work

jQuery Slider Bug - Post Initialization of Range does not work


Hi everybody. I posted a similar message about this yesterday but
apparently somehow it didn't make it to the group.
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.