$('.item span.title:contains("Первое")').each(function(){ $(this).parent('.item').children('input').css({border: '5px red solid'}); });