I have a draggable region which I drag items to a list to add them like this example here http://jqueryui.com/demos/draggable/sortable.html however I want to have a remove icon that is added to the top right corner when the item is added which has a simple click event that fires remove() to remve the item from the list. How do I do this?
Take a look here: http://jqueryui.com/demos/droppable/#photo-manager I think trash can has functionality you want.
It does sort of but it isn't sortable and when I adapted it to be a sortable list the events got lost some how. I think Ive fixed it now by rebinding after dropping. Not sure this is very efficient. The issue I have now is getting the Id of the item that is dropped on to using the received event.