Jquery Help : Draggable to Sortable and then back to draggable again.

Posted by Swamy g on Stack Overflow See other posts from Stack Overflow or by Swamy g
Published on 2009-03-24T07:17:40Z Indexed on 2010/05/14 18:54 UTC
Read the original article Hit count: 201

Filed under:
|
|
|

I have a pool of items in the drag list which is connected to a sortable using connectToSortable option. Now I want to remove some items from this sort list and move them back to the drag list. Sort of like an undo. Suppose the user moves some 5 items to sort list and decides he/she wants only 4 items, and decides to just drag the unwanted item from the sortlist TO the drag list. How do I accomplish this WITHOUT adding a "remove" link in the sort list. Thanks a lot. For more information please refer to http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about draggable