|
|
Subject: [jquery-ui] Undocumented (?) change in 1.7 to Slider breaks my UI - msg#00779
List: jquery-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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
jquery-ui+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[jquery-ui] NEWS: This Week in jQuery UI vol. 7
See blog post: This Week in jQuery UI vol. 7http://blog.jqueryui.com/2009/04/this-week-in-jquery-ui-vol-7/ - Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to jquery-ui+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Date:
click to view message preview
[jquery-ui] Re: Undocumented (?) change in 1.7 to Slider breaks my UI
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)"- RichardOn Tue, Apr 28, 2009 at 11:40 AM, Chuck <Kaspersdad@xxxxxxxxx> 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 jquery-ui@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to jquery-ui+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---
Previous Message by Thread:
click to view message preview
[jquery-ui] NEWS: This Week in jQuery UI vol. 7
See blog post: This Week in jQuery UI vol. 7http://blog.jqueryui.com/2009/04/this-week-in-jquery-ui-vol-7/ - Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to jquery-ui+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Thread:
click to view message preview
[jquery-ui] Re: Undocumented (?) change in 1.7 to Slider breaks my UI
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)"- RichardOn Tue, Apr 28, 2009 at 11:40 AM, Chuck <Kaspersdad@xxxxxxxxx> 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 jquery-ui@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to jquery-ui+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|