jQuery dragable & dropable
I am trying to implement drag & drop based on storing and loading to and from database. Data is saving and loading fine without any issue. But the problem is after loading I can't drag & drop. I am saving to database the id of the li accordingly loaded as per data. How to resolve full drag & drop functionality after loading from database. I am using the same code of UI droppable demo.