$('ul.categories a').each(function () { if (this.href == location.href) $(this).parent().addClass('active'); });