Saturday, January 23, 2010

How to scroll a textarea to its end using JQuery

var myHeight = $('textarea#TextArea1').height();
$('textarea#TextArea1').scrollTop( myHeight );

No comments:

Post a Comment