Questions tagged [jquery-droppable]

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

The Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which (individually) or which kind of draggables each will accept.

API Documentation

77 questions
0
votes
2 answers

Jquery how to specify which droppable should be used with nested droppable elements

I have a small problem which i can't seem to solve myself. Look at this fiddle:JSfiddle This is a basic example of the problem I have. I have a large div which is a droppable area. Inside this droppable area are multiple other droppable areas. The…
luuk86
  • 149
  • 1
  • 3
  • 10
-1
votes
2 answers

jQuery Sortable how to set all children as a drop target

I found this greate plugin: https://johnny.github.io/jquery-sortable/ I would like to have possibilty to drop daggable elements into every child. I've tried to do this adding an empty
    but it dosnt work on run. I would have to do this…
    masterdany88
    • 5,041
    • 11
    • 58
    • 132
    1 2 3 4 5
    6