Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how remove child in jquery

//for remove the child in jquery you can use the below code
$(".parent").empty();
 
PREVIOUS NEXT
Tagged: #remove #child #jquery
ADD COMMENT
Topic
Name
6+3 =