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 "sortable-ize" a ul list. All works > fine, however the entire "li" element responds to dragging and I want the > "li" elements to be draggable only by using a custom handle like this: > > <li id="list_1"> > some content here > <div class="custom_handle">MY HANDLE</div> > </li> > > Any ideas? Thank you! > > emi