Skip to content

Instantly share code, notes, and snippets.

@hpohlmeyer
Created July 7, 2015 16:19
Show Gist options
  • Save hpohlmeyer/01af4a11779803229ff1 to your computer and use it in GitHub Desktop.
Save hpohlmeyer/01af4a11779803229ff1 to your computer and use it in GitHub Desktop.
Function to debug 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