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?

  1. siblingAll()
  2. nextSiblingAll()
  3. nextAll()
  4. siblingsAll()

Answer: C) nextAll()

Explanation:

jQuery method nextAll() is used to get the all next sibling element of the selected element.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.