[jQuery] Re: sortable: drag list items by custom handle

2008-05-09 Thread emi polak
Thank you tlphipps! It was under my nose all the time... emi On Thu, May 8, 2008 at 4:13 PM, tlphipps <[EMAIL PROTECTED]> wrote: > > You need to use the "handle" option as detailed here: > http://docs.jquery.com/UI/Draggables/draggable#options > (the sortable docs refer you to this description f

[jQuery] Re: sortable: drag list items by custom handle

2008-05-08 Thread tlphipps
You need to use the "handle" option as detailed here: http://docs.jquery.com/UI/Draggables/draggable#options (the sortable docs refer you to this description for that handle option) On May 8, 4:09 am, "emi polak" <[EMAIL PROTECTED]> wrote: > Hi there, > I am using $("#myList").sortable({}); to "s