js nextsibling

JavaScript
get the next siblling
document.getElementById("item1").nextElementSibling; // any element next to the one with id="item1" 
Source

Also in JavaScript: