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
-1
votes
1 answer

Jquery Draggable and droppable but doesn't accept other droppabe elements

I want the jquery line that make my div draggable but not accept to be droppable I have elements that is draggable and droppable but I don't want this div to act the same I just want it to be draggable but not droppable with anything
-1
votes
1 answer

How do I make a bunch of different draggable/droppable elements droppable to each other?

I have a bunch of elements(lets say "div A", "div B", and "div C"), and they're all draggable and droppable. They all accept draggable elements from the initial div("div A") that the elements are inside. Then I can drag them back to "div A" if they…
fewaf
  • 145
  • 13
-1
votes
1 answer

execute command when droppable target is filled with item

I'm trying to: http://jsfiddle.net/2phuW/12/ if ( //if target is filled with items) { //dosomething } But I can't get the logic to work it out.
user2376068
  • 207
  • 1
  • 4
  • 11
-2
votes
1 answer

Cannot read property 'lists' of undefined

I am trying to create a web application that mimics trello. I keep getting this error and im not sure how to fix it. The code works fine in another project but not when i try and add it to this new project. ALL dependencies are updated. I am running…
-4
votes
1 answer

droppable draggable append to position

When i drop the draggable div in the drop zone, it is going to the top left corner. Then then one after goes below it. I need it so if i drop it in the middle of the drop zone, then it will append when i left it. So i am trying to use the positions…
user3613245
  • 79
  • 2
  • 11
1 2 3
39
40