How to provide functionality for cut, copy, paste, undo, redo, delete buttons in a web application
Hi I am creating a web application where I have created buttons for cut, copy, paste, undo, redo, delete options. I wanted all these buttons to work according to their functionality after the button is clicked, how can I implement that in my application? I am using html for my design and JavaScript and JQuery for functionality.
application screenshot
+3
source to share