Hi there,
in the new way sortables works, the "helper" option can be either set to
"clone" or "original". The default is original, so this is what happens:
1) If you click to drag, a new placeholder is created
2) This placeholder is appended to the actual list, so this is what you see
moving in the list
3) The actual item will stick to your mouse, so that's your helper
Now, I don't know which one of these you want to modify, but the one under
the mouse can be modified using ui.helper/ui.item, the placeholder in the
list by using ui.placeholder.
Is that information of any help?
On Sun, Nov 2, 2008 at 11:58 AM, zebulon <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Any Guru to help me ? don't want to downgrade to 1.5
> Or maybe my problem is not clear, don't hesitate to tell me
>
> function sortable_change_ui(e,ui) {
> ui.item.parent().width(); // don't change during dragging since 1.6
> }
>
> Any help appreciate
>
> Regards
>
>
>
>
>
>
> >
>
--
Paul Bakaus
UI Architect
--
http://paulbakaus.com
http://www.linkedin.com/in/paulbakaus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---