Here's my fiddle: http://jsfiddle.net/MtgbM/
Here's the rules: List-A is my list of items.
- I should not be able to reorder List-A
- I should not be able to "remove" things from List-A (when they are dragged to List-B it still stays in List-A but a copy is moved to List-B)
- I should not be able to drag things from List-B to List-A
List-B is my source
- I can remove items from List-B (drag them off)
- I can reorder the items in List-B
That's pretty much it. Basically List-A is a source and List-B is the destination. Most of this I see I can configure using JQuery the one I'm not sure about is bullets #1 and #2 on List-A. How do I make List-A "Unsortable" and how do I make it "Clone" instead of move an item?
Any help would be appreciated