Home »
MCQs »
jQuery MCQs
Which jQuery method is used to get the next sibling element of the selected element?
97. Which jQuery method is used to get the next sibling element of the selected element?
- sibling()
- nextSibling()
- next()
- siblings()
Answer: C) next()
Explanation:
jQuery method next() is used to get the next sibling element of the selected element.