how to remove html inside a div using jquery code example Example: how to remove html element in jquery $("button").click(function(){ $("p").remove(); });