# Building `Drag-and-Drop` DIVs: Developing a Basic Script
# Setting up the basics: emulating drag-and-drop triggers
# Dragging DIV elements: defining the “startDrag()” function
# Moving DIVs around the web document: defining the “dragDiv()” function
# Gluing the pieces together: defining the complete DIV dragging script
Full Tutorial