CSS grab & grabbing cursors
Support for the `grab` & `grabbing` values for the `cursor` property. Used to indicate that something can be grabbed (dragged to be moved).
Drag and Drop
Method of easily dragging and dropping elements on a page, requiring minimal JavaScript.
CSS -webkit-user-drag property
The non-standard `-webkit-user-drag` CSS property can be used to either make an element draggable or explicitly non-draggable (like links and images). See the standardized [draggable attribute/property](/mdn-api_htmlelement_draggable) for the recommended alternative method of accomplishing the same functionality.
datatransfer api: setdragimage
dragevent api
dragevent api: datatransfer
dragevent api: `dragevent()` constructor
htmlelement api: `dragend` event
htmlelement api: `dragenter` event
htmlelement api: `dragexit` event
htmlelement api: draggable
htmlelement api: `dragleave` event
htmlelement api: `dragover` event
htmlelement api: `dragstart` event
htmlelement api: `drag` event
css property: -webkit-user-drag
html attribute: draggable
17 results found.