addition to ui.slider, possibly more...

addition to ui.slider, possibly more...


Hi, I've just had a problem of a ui.slider not respecting its
startValue, and it took me a while to figure out the problem...
Turns out, because my slider is in a hidden element (display: none)
when created, it's calculated actualSize is 0x0.
I suggest that an optional option is added called 'css'/'size' or
something to that effect. Here you could specify the sliders actual
width, and this could be used instead of outerWidth() (same goes for
height and possibly other values)