0

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

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
TwiToiT
  • 1,200
  • 2
  • 9
  • 13

1 Answers1

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 ..

jQuery UI Draggable/Sortable - Get reference to new item

Community
  • 1
  • 1
TwiToiT
  • 1,200
  • 2
  • 9
  • 13