Icon

Keyboard Navigation

Use the arrow keysto navigate through DOM elements.

If you don't like the arrows you can configure your own key-bindings.

Icon

Navigation Modes

DOM Navigator comes with 4navigation modes: auto, horizontal, verticaland grid.

Icon

Simple API

Don't feel like navigating with the keyboard, use the rich APIto navigate in any direction

Icon

With or Without jQuery

No jQuery?Not a problem!

Do you use jQuery?Use it as a plugin!

Demo: (Press ← ↑ → ↓)


        var context   = document.querySelector('#context');
        var navigator = new DomNavigator(context);