Skip to content

Instantly share code, notes, and snippets.

@alixcan
Created June 4, 2012 11:23
Show Gist options
  • Save alixcan/2867820 to your computer and use it in GitHub Desktop.
Save alixcan/2867820 to your computer and use it in GitHub Desktop.
Jquery Aktif Link Class Atamak
$(function(){
var pathname = (window.location.pathname.match(/[^\/]+$/)[0]);
$(".nav li a").removeClass("active");
$(".nav li").addClass("active");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment