I designed a web form that is used to design reports. Via this form I can add text, images, and I can also modify the properties of said elements such as the border
, font-size
, etc. Next I would like to add undo and redo functionality.
For example, if I add a border on an image, I'd like to make this undoable, as well if I modify the font-size of some text, I would like this too to be undoable and redoable. Using jQuery, how might I accomplish something like this?
I found this question Undo/redo Plugin in jquery.