What is the difference between remove() and empty() methods?
Options:
Explanation:
The difference between
remove() and
empty() methods is:
remove() removes the selected element and its child elements while
empty() removes the child elements of the selected element.
Tags:
jQuery
Answer:
What is the difference between remove() and empty() methods remove() removes the selected element and its child elements while empty() removes the child elements of the selected element.