Is it possible using JS to find the cursor location. I'll explain why and there may be another way.
I've got a textarea and I type say 'hello this is a test, blah blah' and my cursor is postioned just after the word 'is'. I want to be able to click a button and insert some text there or anywhere, where my cursor is located.
Is this possible?
