$(document).ready(function(){ setInterval(msg, 1000); function msg() { $('#inner').append('text<br>'); $('#outer').scrollTop($('#inner').height()); } });