Javascript Properties JavaScript Reference




function function1() {
   var m = document.getElementById("myNodeOne").nextSibling; m ? alert("Yes") : alert("No");
}

This PARAGRAPH has two nodes, 
    Node One, and 
    Node Two.


Node One has a Next Sibling