Questions tagged [droppable]

Usually refers to a HTML element that can be dropped onto another element by dragging

This jQuery UI Droppable plugin makes selected elements droppable meaning they accept being dropped on by draggables.

590 questions
5
votes
1 answer

Adding Droppables While Dragging Draggable

The desired behavior: The user drags an item onto a tree. Upon hovering over a closed node, the node expands revealing the children. At this point the user can continue dragging to the child nodes and drop on any of them. This was working fine. I…
Tim Scott
  • 15,106
  • 9
  • 65
  • 79
5
votes
1 answer

Selectable & Draggable jQuery to make a Windows Explorer-like window

I'm now facing another thing that I can't figure out how to do. I'm new to jQuery and I'm trying to make an icon draggable and when you drop it in the folder(.folder div) It will be moved there. Drag the icon (I know how to drag it but it is only…
Jeremy Dicaire
  • 4,615
  • 8
  • 38
  • 62
5
votes
1 answer

Drag and drop images, and not links, between windows - HTML5

I'm trying to make a drag and drop uploader in HTML5 with the added requirement of being able to do so with files dragged from other websites I don't own and can't edit (mostly images). In this case, on the ondrop event, instead of downloading the…
noodlesup
  • 53
  • 6
5
votes
2 answers

How to get fullpath of dropped folder from file system

I am trying to implement drag n drop in my application, which need the full path of folder being dropped. I have done something like this