how can i get cursor position in a textarea using jQuery? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Not jQuery, but just Javascript...
|
|||
|
|
|
Modified BojanG's solution to work with jQuery. Tested in Chrome, FF, and IE.
Basically, to use it on a text box, do the following:
|
||||
|
|
|
|||
|
|
This works also in IE9, Firefox and Chrome:
And i think it is a lot more clean then the version of Ryan |
|||||||||||
|
|
I have done some work using this jQuery masked input plug and found the caret function really useful. I've pulled this code from the above plugin..
Once you've created the function you can do operations like the following. Once again, this function was pulled from the jQuery masked input function mentioned above.
|
|||
|
|