Skip to content

Instantly share code, notes, and snippets.

@csdy
Created May 24, 2013 05:23
Show Gist options
  • Save csdy/5641418 to your computer and use it in GitHub Desktop.
Save csdy/5641418 to your computer and use it in GitHub Desktop.
Check the tabindex of page elements using Inspector/Firebug
$('[tabindex]').each(function() {
console.log($(this).attr('tabindex'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment