I have a list that has two items: projects and groups. Projects can go in groups. I have very simple code here:
http://jsfiddle.net/davestein/fgWEU/
How can I best disable groups from going inside groups? I had originally made different connected lists but dragging between things felt clunkier.
I have this solution so far:
http://jsfiddle.net/davestein/fgWEU/4/
It works, but I still wonder if there’s something better