I have a javascript where I can create list items in HTML. At the moment I can drag and remove the items with another script. Now I would like to store some information within every list item created, for an example a JSON-object. Then afterwards I save the data in the right order in the database.
Is it possible, or should I go another way?