0
Opa, I have a web chat application, it does checks every x seconds of new messages, need that at the end of these checks, which is via ajax, the scrool of Div #result
automatically descend, I tried so:
$('html, body').animate({scrollTop:$('#result').offset().top}, 'slow');
What’s moving is the full page and up, what’s wrong?