$('#mainNav > li').each(function(){ var url = window.location.href.replace(/\/$/, ''); if(url == $('a', this).attr('href')){ $(this).addClass('active'); } });