Search code examples
jqueryjquery-ui-draggablejquery-ui-droppable

jQuery - pre-populate a droppable space with a draggable item


I am using the jQuery function of dragging and dropping.

Is there anyway to pre-populate a droppable space with a draggable item?

Thanks,

H.


Solution

  • For information purposes, I ended up using a combination of PHP and HTML to achieve the desired result.