Drag Drop Example 16: Ignore drag-drop events on container by calling canEnter

You may lock the container (avoid any further events inside it) by using dropOptions.canEnter handler. In this example first bin handle events for oranges only, and second bin — for plums.

Please note green-colored response from accepting container: it's one example of drag-drop classes dynamically applied to elements (in this case .drop-target-over-valid) and we use it to decorate accepting container.