//получаю урл сайта var url = window.location.href;
$('document').ready(function() { $('.entry-content a').each(function() { var url = window.location.href; if (url.indexOf('http://site.ru')) { $(this).addClass('ret'); } }); });
$('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'); } }); });
if (url.indexOf('http://site.ru') !== -1)
var url = $(this).window.location.href;
var url = $(this).attr.href;
this.href