Search and Top Navigation
#3030 closed bug (worksforme)
Opened June 26, 2008 05:19PM UTC
Closed June 26, 2008 06:03PM UTC
Slider Centering
Reported by: | Eoin | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.slider | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('slider').slider( {min: -100, max: 100, startValue : 0} );
This code should center the slider in the middle of the slider bar, instead the slider appears at the -100 value
Attachments (0)
Change History (1)
Changed June 26, 2008 06:03PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
I cannot reproduce the issue - however, from my guess, it's in your sample code - $("slider") is not a valid selector.