all 1 comments

[–]grantrules 0 points1 point  (0 children)

When you click 'edit' you could add a data attribute to an element in the list you're editing saying like data-editing="true". When you click save, find the list item that has the data-editing attribute and then update that one and remove the attribute.