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
Asked
Active
Viewed 370 times
0

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

TwiToiT
- 1,200
- 2
- 9
- 13
-
Provide some code please – sdespont Oct 26 '12 at 23:50
1 Answers
0
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 ..