$('document').ready(function() { $('.entry-content a').each(function() { var url = window.location.href; if (url.indexOf('http://site.ru') [B]== 1)[/B] { $(this).addClass('ret'); } }); });