how to get remove element from dom jquery code example Example: how to remove html element in jquery $("button").click(function(){ $("p").remove(); });