javascript dataTransfer setData( )

Stores string data in the dataTransfer object. Returns Boolean true if the assignment is successful

javascript dataTransfer getData( )

Returns a copy of data from the dataTransfer object. The dataTransfer contents remain intact for subsequent reading in other script statements.

javascript dataTransfer clearData( )

Removes data from the dataTransfer object.

javascript dataTransfer dropEffect, effectAllowed

These two properties work together but at different stages along a dragging operation that involves the dataTransfer object. They both control the

javascript dataTransfer Description

The dataTransfer object (accessible as a property of the event object) is a temporary container that scripts in IE 5 and later for Windows can u