filmov
tv
Remove an Element Using jQuery, jQuery in freeCodeCamp

Показать описание
In this challenge we learn how to completely remove an element using the .remove function. We use our selector to choose the element we want to remove then we simply add the .remove() to it.