Undocumented (?) change in 1.7 to Slider breaks my UI
Hi,
In my slider's slide function I would update the position of a span to
track the handle and update it's text with the slider's value via:
$span.css('left', ui.handle.css('left')).text(Math.round
(ui.value));
This is broke after upgrading to 1.7. The ui.handle still exists, but
it's not a jQuery object, but a DOM object.
I've read teh 1.6 to 1.7 upgrade doc, doesn't seem to cover this.
thanks,
Chuck