views:

284

answers:

0

I have multiple textareas on a page and would like to set the position of the caret to the end of the text which changes per textarea (textareas do not contain similar length values).

How would I initiate this on focus to move caret from the position they select to the end?

Thanks in advance.

-B