Which jQuery method is used to get descendant elements of the selected element, all the way down to the last descendant?
Options:
Explanation:
jQuery method
find() is used to get descendant elements of the selected element, all the way down to the last descendant.
Tags:
jQuery
Answer:
Which jQuery method is used to get descendant elements of the selected element, all the way down to the last descendant find().