if(scroll==1) { window.setTimeout(function() { $(".chat").scrollTop($(".chat").get(0).scrollHeight);// прокручиваем сообщения вниз },100) }