$('.item', '.block2').each(function(){
console.log(this);
});
// Отслеживаем нажатие клавиш клавиатуры
$(document).keydown(function(event) {
// Enter
if ((event.keyCode == 13)&&($(".ok:visible").size())) $(".ok:visible").click();
return false;
});
SET NAMES 'UTF8'
.header("Content-type: text/html; charset=utf-8");
$('.inner', '.box').removeClass();