When I drag and drop elements li
of first div
to another div
i.e "Add your Stories here" box then contents gets dropped. However what I need that the colour of dragged element should change as it has been dropped to div
2 i.e id = dialogIteration
.So that I may know which elements have been dragged and dropped and which are left to be dragged. Here is my running code to drag and drop.
[http://jsfiddle.net/coolanuj/7683X/25/]