Hi Nate,
Thanks for you reply, I have tested by using ui.helper instead ui.item
same result
the width attribute don't change.
I have added some debug infos by using form input to look at the value
i want like :
function sortable_change_ui(e,ui) {
document.getElementById('debug1').value=ui.item.parent().width(); //
*** Works fine in 1.5 not in 1.6RC2
document.getElementById('debug2').value=ui.item.height();
//
*** Works fine in 1.5 not in 1.6RC2
}
I have also try to put filters in my function ( if (ui.helper) / if
(ui.item) ... )
to be sure, nothing change.
Regards
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---