I recently created a nested drag-and-drop feature using jQuery UI, but I'm facing an issue where I can't drop items outside the .drop-container
div. Here is the link to the jsfiddle for reference:
When I try to drag an item and drop it into the #list2 div, it doesn't seem to work properly. How can I resolve this issue?
Here is the snippet of my code:
JavaScript:
// Your JavaScript code here
HTML:
<!-- Your HTML code here -->
If you have any suggestions on how I can make the items draggable beyond the panel area or if you spot any issues in my code, please let me know.