0
How to undo a remove?
Hello! I just have a little doubt. In javascript I have learned how to remove a div with .remove, but now I also want to know how to undo that remove and return to normal, as it was originally. regards
1 Resposta
0
No option. First: hide it by display: none;
Second: add it to array;
Third: By array return last element to visible elements.