--- jquery/jquery-log.js 2006/08/18 17:13:13 40 +++ jquery/jquery-log.js 2006/08/18 17:54:01 42 @@ -34,6 +34,10 @@ ''+_jql.count.debug+' ' + ''+_jql.count.error+'' ); + + // poor man's scroll to bottom + var e = document.getElementById('jql-log'); + e.scrollTop = e.scrollHeight - e.clientHeight; }, /* public functions */