I’m trying to make a basic drag and drop interface with divs, I have all of the div’s and grid working but I can’t seem to figure out what the code would be to either keep draggables from being dropped on one another or to only allow a draggable to be dropped where there is empty space. any help?
Share
Here’s a drag-and-drop tutorial: http://www.ericbieller.com/2010/06/24/how-to-create-a-simple-drag-and-drop-with-jquery/
If you need a more specific answer, you’ll need to ask a more specific question (with code).