delete tags jquery code example Example: how to remove html element in jquery Click to copy$("button").click(function(){ $("p").remove(); });