Drag test:
All three squares can be dragged, and are drop targets
On top test:
Same as the drag test, except the object being dragged is
displayed on top of the others.
Frame/swap test:
The actual element is not moved during a drag operation.
Instead, an absolutely positioned div (created once for all instances) is resized to the dimensions
of the linked element and moved to the location of the drag operation.
Sortable list test:
When a list item is dragged past the center
of another list item, it is inserted before that item.
The items in the first two columns can interact with items in the other
column. The items in the third column are defined as a separate group,
so they can only interact with other items in the third column.
Slider:
Slider implementations.
Multiple drag handles:
Demonstrates the support for multiple drag handles.
Targetable Afforance:
Support for mutiple groups and the ability to get a list of targets so that they can
be highlighted during a drag.
Grid:
Demonstrates the graduated movement feature of drag and drop