Home »
MCQs »
jQuery MCQs
Which are the jQuery methods for traversing down the DOM tree?
92. Which are the jQuery methods for traversing down the DOM tree?
- children()
- find()
- childrens()
- Both A. and B.
Answer: D) Both A. and B.
Explanation:
These are the jQuery methods for traversing down the DOM tree:
- children()
- find()