Hello, I have a chat web app, it checks every x seconds of new messages, I need to go through these checks, which is via ajax, the scrool of Div #result
automatically descends, p>
$('html, body').animate({scrollTop:$('#result').offset().top}, 'slow');
What's moving is the full page and up, what's wrong?