Skip to content

Instantly share code, notes, and snippets.

@coolcodemy
Created March 3, 2016 07:05
Show Gist options
  • Select an option

  • Save coolcodemy/e226dc01eb1d61f9dc2d to your computer and use it in GitHub Desktop.

Select an option

Save coolcodemy/e226dc01eb1d61f9dc2d to your computer and use it in GitHub Desktop.
Enable active link
$(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