Severals
0
Q:

how to remove html element in jquery

$( ".hello" ).remove();
18
$("button").click(function(){
  $("p").remove();
});
0
.remove("#elemnt_id .elemnt_class");
4

New to Communities?

Join the community