Created
February 1, 2013 22:04
-
-
Save yaph/4694470 to your computer and use it in GitHub Desktop.
Highlight active links in navigation menus of Twitter bootstrap based pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('a[href="'+document.location.pathname+'"]').parent('li').attr('class', 'active') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment