$("#textarea").focus(function(){
var target = this;
setTimeOut(function() {
target.scrollIntoView(true);
}, 100);
})
$("#textarea").focus(function(){
var target = this;
setTimeOut(function() {
target.scrollIntoView(true);
}, 100);
})