Skip to content

Instantly share code, notes, and snippets.

@ajaegers
Created May 7, 2015 11:25
Show Gist options
  • Save ajaegers/15b619df66d245f1e038 to your computer and use it in GitHub Desktop.
Save ajaegers/15b619df66d245f1e038 to your computer and use it in GitHub Desktop.
Debugging keyboard navigation
// Debugging keyboard navigation:
document.addEventListener('keyup', function () {
console.log(document.activeElement)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment