Home »
MCQs »
jQuery MCQs
Which jQuery method is used to get the all next sibling element of the selected element?
98. Which jQuery method is used to get the all next sibling element of the selected element?
- siblingAll()
- nextSiblingAll()
- nextAll()
- siblingsAll()
Answer: C) nextAll()
Explanation:
jQuery method nextAll() is used to get the all next sibling element of the selected element.