views:

237

answers:

1

Hi,

I am working on text area using jquery, to provide good UI validation. Currently I stuck at -

Once user click in text area I want to set cursor position forcefully at end. Please provide me some jquery solutions so resolve this ?

Thanks in advance -Pravin

+2  A: 

There should be solution here: http://stackoverflow.com/questions/499126/jquery-set-cursor-position-in-text-area

terenf