Is there any undo/redo plugin in jquery. If not how one can implement and undo/redo mechanism on a particular html emlement.
thanks.
Is there any undo/redo plugin in jquery. If not how one can implement and undo/redo mechanism on a particular html emlement.
thanks.
My Undo Manager might fit your needs: https://github.com/ArthurClemens/Javascript-Undo-Manager
It is library agnostic, and quite easy to make it work with jQuery (see the demo).