Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to remove child element in jquery

//for remove the child in jquery you can use the below code
$("selectorname").empty();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #child #element #jquery
ADD COMMENT
Topic
Name
1+2 =