$(function(){
$('img', '.lang').on('click',function(event){
$('img', '.lang').addClass('active');
$(this).removeClass('active');
});
});
<img src="images/ru.png" height="24" width="24"></a>
$('.inner', '.box').removeClass();