I need to be able to combine two drag/droppable items when the user drops them on each other. Simply the user needs to drag the items over each other and have them merge together. They need to be able to drag them apart again afterwards. It's a bit like on the Android home screen icons can be dropped onto each other and make a 'folder'. Currently the icons to be dragged are stored within div tags, these need wrapping with another similar div inside a div.
Thanks