HTML textarea; scroll vertically to text

Posted by Luca Matteis on Stack Overflow See other posts from Stack Overflow or by Luca Matteis
Published on 2010-03-24T11:02:03Z Indexed on 2010/03/24 11:13 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

I have an HTML textarea:

<textarea>
Some text
Another text in another line

BOOM

Hello there.
</textarea>

I want to be able to vertically scroll to the word BOOM so that it is visible (it doesn't matter on which line it appears).

Is this possible?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html