Javascript – Is there a way to get the nth sibling (element) of an element? (NOT the nth child of the parent element)
I have a grid with an unknown number of rows and a variable number of columns. I set the number of columns by declaring a constant.* I detect a key combo to move focus from an element in the grid…