Use the arrow keysto navigate through DOM elements.
If you don't like the arrows you can configure your own key-bindings.
DOM Navigator comes with 4navigation modes: auto, horizontal, verticaland grid.
Don't feel like navigating with the keyboard, use the rich APIto navigate in any direction
No jQuery?Not a problem!
Do you use jQuery?Use it as a plugin!
var context = document.querySelector('#context');
var navigator = new DomNavigator(context);