Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save qinshulei/d193856cb6eecb4e1bd3 to your computer and use it in GitHub Desktop.

Select an option

Save qinshulei/d193856cb6eecb4e1bd3 to your computer and use it in GitHub Desktop.
Make Twitter Bootstrap navbar link active by js
$('#navcontainer').find('a[href="' + location.pathname + '"]').parents('li').addClass('active');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment