Hi,
My colleague and I have been having some trouble trying to serialize
data, and since there aren't many docs on actually retrieving data
from chain.js and interaction.js, we're sort of shooing blind. We're
using interaction.js to allow users to drag list items from one list
to another and then serializing the data upon finishing. We've gotten
all the interaction down, but again, the serialization is the problem.
When we try and produce an alert with the data contained in the "data"
array, we get a list of [object Object]. It'll show the correct number
of objects in the div being dragged to, but for the life of us we
can't get the actual data to show.
Here's the code:
http://dpaste.com/109966/
Here's a screenshot of the results we're getting from the alert:
http://grabup.revyver.com/27804b937090ba86a53fed11b6ad9b60.png
Any help would be greatly appreciated, we don't have anywhere else to
turn for this functionality.
Sincerely,
Bryan Veloso