Hello im using the droppable example of jquery-ui to get my items in a trash container like the example does.
Now the example finish with the droppable success into the trash container. But now i would want to send with a post request this list of items, in other words, i would like to continue with the natural process of example, that is to communicate the list of trashed items to the server.
I dont know how to put that in a form input or something, maybe in json?
Thanks in advance