widness
2/23/2018 - 4:11 PM

On click -> Remove

Function: Remove component on click

$( "button" ).click(function() {
	$( "section p" ).remove();
});