Skip to content

Instantly share code, notes, and snippets.

@geek01
Created March 25, 2014 01:08
Show Gist options
  • Save geek01/9753442 to your computer and use it in GitHub Desktop.
Save geek01/9753442 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
var url = window.location.href;
$('a[href="'+url+'"]').parent().addClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment