how remove child in jquery

JavaScript
//for remove the child in jquery you can use the below code
$(".parent").empty();
Source

Also in JavaScript: