I am new to the Draggable and Droppable plugin. Here the codepen lin of my app http://codepen.io/anon/pen/qEMVwE
This is how it works,
1. We can drag the div element (Blue color) with in the <td>
tag.
2. We can place two div in the same row by drag and drop and the second
div will be colored to red.
Here my problem, when I drag back the div
(red color) to any empty column its left
attribute is not changing. It is not fit into the row it goes outside of the row.
the drop
and drag
classes must be in position relative and absolute respectively please don't change that.
Please help me, it will be very helpful for me. Thanks in advance.