I'd like to allow users to drag an element from one container to another while still being constrained from being able to drag the element outside of either of those two containers. I have everything working perfectly except the part where they can drag to another container.
View code and result on JSFiddle.net
I thought this post seemed like the answer but it doesn't appear to work for me.