Opened 15 years ago

Closed 15 years ago

#3030 closed bug (worksforme)

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

Change History (1)

comment:1 Changed 15 years ago by paul

Resolution: worksforme
Status: newclosed

I cannot reproduce the issue - however, from my guess, it's in your sample code - $("slider") is not a valid selector.

Note: See TracTickets for help on using tickets.