Challenge Remove An Element Using JQuery - thelastmile/FreeCodeCamp GitHub Wiki
Challenge Remove an Element Using jQuery
jQuery has a function called .remove()
that will remove an HTML element entirely.
$("#target4").remove();
jQuery has a function called .remove()
that will remove an HTML element entirely.
$("#target4").remove();