Hi I want Slider and its knob to resize to the window, i.e. css width: 100% and came up with the following solution. (had to copy quite a few lines from Slider initialization).
http://jsfiddle.net/tofu/Dwxht/ It implements 2 methods, "resize" for the re-calculation of the slider and an "update" that behaves just as .set() but doesn't fire and events. I need "update" anyway (a set without firing any events). So I wonder, could this be done with less code?