jquery remove div by id code example
Example 1: remove item jquery
$( ".hello" ).remove();
Example 2: jquery remove elemtns
.remove("#elemnt_id .elemnt_class");
Example 3: jquery div element find and remove
$(".hello" ).remove();
$( ".hello" ).remove();
.remove("#elemnt_id .elemnt_class");
$(".hello" ).remove();