InterviewSolution
Saved Bookmarks
| 1. |
What Is .empty()? |
|
Answer» This METHOD removes all the child element of the MATCHED element where REMOVE() method removes set of matched elements from DOM. This method removes all the child element of the matched element where remove() method removes set of matched elements from DOM. |
|