select next sibling
Selects the next sibling of the element including text. Returns null if no element is found.
element.nextSibling
copy
Selects the next sibling of the element including text. Returns null if no element is found.
element.nextSibling
copy