If one has a textarea or editable div with overflow: auto, and one
starts typing and filling the div, due to focus on the cursor the
scroll will keep the newly added lines in view. But if one is adding
the content dynamically, the newly added lines will appear out of view
- there's no cursor to focus on.

Question - can the scrollTo plugin be used to automatically keep the
last line of text in view? Is there a simple way to do this?

Thanks!

Reply via email to