js nextSibling() code example
Example: js nextsibling
get the next siblling
document.getElementById("item1").nextElementSibling; // any element next to the one with id="item1"
get the next siblling
document.getElementById("item1").nextElementSibling; // any element next to the one with id="item1"