Comment retirer l'enfant à jQuery

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