"Undoing deletes" in webapplication?
Posted
by Industrial
on Stack Overflow
See other posts from Stack Overflow
or by Industrial
Published on 2010-06-07T11:55:26Z
Indexed on
2010/06/07
12:02 UTC
Read the original article
Hit count: 264
Hi everybody,
I have seen more and more of the websites that offers a undo option after pressing a delete button. How is the logic done behind the button?
Is the item deleted by javascript and "dissapears" from the users screen and a scheduled delete added, that gives the user time to undo it or how does it work?
What are the other options to offer the users an undo feature?
© Stack Overflow or respective owner