Skip to content

Instantly share code, notes, and snippets.

@darkowlzz
Created September 9, 2013 02:37
Show Gist options
  • Select an option

  • Save darkowlzz/6490874 to your computer and use it in GitHub Desktop.

Select an option

Save darkowlzz/6490874 to your computer and use it in GitHub Desktop.
var sec = document.body.id;
$('ul#nav-main-menu > li').each(function( index ) {
if ($(this).text().toUpperCase() == sec.toUpperCase()) {
$('#nav-main-menu [tabindex=0]').get(index).focus();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment