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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to