jQuery Siblingssiblings, next, prev. jQuery Siblings Siblings share the same parent. There are many useful jQuery methods for traversing sideways in the DOM tree: siblings() next() nextAll() nextUntil() prev() prevAll() prevUntil() Example$("h2").siblings();Try it Yourself PreviousNext