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?

  1. sibling()
  2. nextSibling()
  3. next()
  4. siblings()

Answer: C) next()

Explanation:

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

Comments and Discussions!

Load comments ↻






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