$('.item', '.block2').each(function(){
console.log(this);
}); $(function(){
$('img', '.lang').on('click',function(event){
$('img', '.lang').addClass('active');
$(this).removeClass('active');
});
});<img src="images/ru.png" height="24" width="24"></a> header("Content-type: text/html; charset=utf-8");