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