$('a[href*="http://www.yandex"]').css('color', 'green'); $('a[href*="http://www.google"]').css('color', 'red');
a[href*="http://www.yandex"]