My jsfiddle is http://jsfiddle.net/aNreg/44/
Now I can drag and drop some elements, but I want to reject one element from container.
My jsfiddle is http://jsfiddle.net/aNreg/44/
Now I can drag and drop some elements, but I want to reject one element from container.
Please check updated code:
http://jsfiddle.net/aNreg/111/
Your divs had the same id shoppingCart1 and droppable function can be added to selector .shoppingCart ol instead of each id.