Is there a way to constrain sortable so that if I have 2 lists and the user drags one item to the connected list, that the sole item in the connected list is returned to the first list and only allowing the new item to reside in the new list?
Example: User wants to drag "Item 1 to the connected list. Item 4 should be returned to the list bucket. Connected List: +--------------------------------+ | Item 4 | +--------------------------------+ List bucket: +--------------------------------+ | Item 1 | +--------------------------------+ | Item 2 | +--------------------------------+ | Item 3 | +--------------------------------+ | Item 5 | +--------------------------------+ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
