$(document).ready(function() { $('#pageNav a').each(function(){ if($(this).attr('href') == window.location.pathname){ $(this).addClass('pageCurrentLink'); } }); });