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