Search and Top Navigation
#7412 closed bug (duplicate)
Opened May 23, 2011 02:50PM UTC
Closed May 23, 2011 02:54PM UTC
Last modified May 23, 2011 02:54PM UTC
Setting a range after slider initialization not working
Reported by: | RiggerTheGeek | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On the jQuery UI documentation, it says you should be able to set a range after initialization using the following code:
$( ".selector" ).slider( "option", "range", 'min' );
Well, try as I might, I can't get this working. I've had a play around with it and can't get it working. I've had a look at the dev code and it doesn't appear to be triggered.