Skip to content

Instantly share code, notes, and snippets.

@mikebarkas
Created February 1, 2016 03:01
Show Gist options
  • Save mikebarkas/740b8db4476a29c76291 to your computer and use it in GitHub Desktop.
Save mikebarkas/740b8db4476a29c76291 to your computer and use it in GitHub Desktop.
$(function () {
var activeurl = window.location;
$('a[href="' + activeurl + '"]').parent('li').addClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment