$('ul.h-nav a').each(function () { if ( this.pathname == location.pathname ) { this.className = 'rounded'; } });