I haven't tested it but:
var $t = $('textarea');//whatever the selector you use.
$t.animate({ scrollTop: $t.height() }, 1000);On Oct 25, 8:54 am, Eli <[EMAIL PROTECTED]> wrote: > Hey, > I'm in need for a function that will scroll my textarea to the bottom > each time it's updated, how can I do that? > > Thanks, > Eli

