Created
March 3, 2016 07:05
-
-
Save coolcodemy/e226dc01eb1d61f9dc2d to your computer and use it in GitHub Desktop.
Enable active link
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
| $(document).ready(function() { | |
| var url = window.location; | |
| $('ul.nav a[href="' + url + '"]').parent().addClass('active'); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment