Which jQuery method is used to get all direct children of the selected element?
Options:
Explanation:
jQuery method
children() is used to get all direct children of the selected element.
Tags:
jQuery
Answer:
Which jQuery method is used to get all direct children of the selected element children().