For this to work, you will have to define your own
'dragstart'
eventListener on each item in your list of items
(make sure that any new item added to the list is attached to this
eventListener 'dragstart' handler). This 'dragstart' handler must set
dataTransfer
- notice you can set the item's information as
you want this way.