On 6/6/07, Gordon <[EMAIL PROTECTED]> wrote:


I am writing some code using jQuery and the Interface plugin to allow
sorting of a list by drag and drop.

...

The result is the dragged element is always moved to before the
element it is dropped on.

What I need is for the element to appear either before or after the
element it is dropped on depending on whether the dragged element is
dropped before or after the half way point of the element it is
dropped on.  Is this possible?  If so, how do I go about doing it?


You mentioned Draggable, Droppable, and Selectables. Have you tried
Sortable? It does what it sounds like you are describing here.

- Richard

Reply via email to