Animate elements before removing them from the DOM
-
Updated
Jul 18, 2023 - JavaScript
Animate elements before removing them from the DOM
Here is a tiny application with quite some verbose code because I wanted to practice what I learned and use different alternatives related to JavaScript and DOM traversal. Indeed, I used most of the crucial fundamentals needed to work with elements and manipulate a page whilst it's running in the browser.
This project coupled with a input stream could help remove html tags in your data you are migrating or just for file cleanup.
2 functions that remove all items that come before a certain value in the array
2 functions that remove all items that come after a certain value in the array
Add a description, image, and links to the remove-elements topic page so that developers can more easily learn about it.
To associate your repository with the remove-elements topic, visit your repo's landing page and select "manage topics."