jquery remove a child element code example
Example 1: how remove child in jquery
//for remove the child in jquery you can use the below code
$(".parent").empty();
Example 2: jquery remove elemtns
.remove("#elemnt_id .elemnt_class");
//for remove the child in jquery you can use the below code
$(".parent").empty();
.remove("#elemnt_id .elemnt_class");