Top "Drag-and-drop" questions

It allows you to "grab" an object using the mouse and drag it to a different location.

How to use jQuery's drop event to upload files dragged from the desktop?

Is it possible to use jQuery's drop event for dragging files from the desktop? If so, how do I get …

javascript jquery html drag-and-drop
HTML5 UL LI Draggable

I have an unordered list: List item 1 List item 2 List item 3 List item 4 List item 5 Implemented with this code: <…

html drag-and-drop html-lists draggable
Make <div> resizeable

Is there a way to make a <div> container resizeable with drag'n'drop? So that the user can change …

html drag-and-drop resize
Change position of divs with jquery drag an drop

I'm trying to build a website where the user can drag some items (one item in on div) to other …

jquery html jquery-mobile drag-and-drop draggable
Internet Explorer 9 Drag and Drop (DnD)

Does anyone know why the following web site drag and drop examples (plus many other tutorials online) don't work in …

html drag-and-drop internet-explorer-9
How to register my own event listeners in AngularJS?

How do I register my own event listeners in an AngularJS app? To be specific, I am trying to register …

angularjs drag-and-drop dom-events
jQuery draggable table elements

jQuery's draggable functionality doesn't seem to work on tables (in FF3 or Safari). It's kind of difficult to envision how …

jquery css drag-and-drop html-table
Twitter Bootstrap Modal Form: How to drag and drop?

I would like to be able to move around (on the greyed-out background, by dragging and dropping) the modal form …

drag-and-drop twitter-bootstrap
How do I highlight a droppable area on hover using jquery ui draggable

I actually have two questions, the on in the title being the main one. I have multiple div elements on …

jquery jquery-ui drag-and-drop jquery-ui-draggable jquery-ui-droppable
UICollectionView effective drag and drop

I am currently trying to implement the UITableView reordering behavior using UICollectionView. Let's call a UItableView TV and a UICollectionView …

scroll uiscrollview uicollectionview drag-and-drop