jQuery draggable is losing all its connected jQuery data after joining a connected sortable list ..
Also the reference of the dropped object is not the same as the object which joined sortable list ..
Explanation and solution are required
jQuery draggable is losing all its connected jQuery data after joining a connected sortable
Share
It has been already recorded as a bug in jQeuryUI itself
;.;
the draggable which is received in connected sortable is indeed a whole new different clone instead of being the original draggable itself. ..
Well friends !
A nice workaround solved my problem .. very well explained on this page ..
jQuery UI Draggable/Sortable – Get reference to new item