Sorry this was missed in the Upgrade Guide. Fixed:
http://docs.jquery.com/UI/Upgrade_Guide#Slider
"ui.handle property (in callback function) was changed to a DOMElement,
instead of a jQuery object.
* Change ui.handle to $(ui.handle)
"
- Richard
On Tue, Apr 28, 2009 at 11:40 AM, Chuck <[email protected]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---