$(function() { $('#menu a').each(function() { if(location.pathname.indexOf($(this).attr('href'))-1) $(this).addClass('activ'); }); });