Created
January 3, 2014 14:52
-
-
Save asilbalaban/8239121 to your computer and use it in GitHub Desktop.
Mevcut sayfayı seçili hale getir
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
$('nav#nav ul li a').each(function() { | |
if ($(this).attr('href') === window.location.href) { | |
$(this).parent('li').addClass('current_page_item'); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment