My textarea is behaving very strange, when I click inside it .. the cursor appears there when I click, if I click on the middle of the textarea it appears there, ...
I want to replace selected text(or insert new text after cursor position if nothing is selected).
The new text is entered from another textbox.
I want to be able to insert ...
Hi! I have a site where administrator can add stories with form. I have a toolbar above textarea with buttons like B, i, H1 and H2. Those buttons add tag to the textarea where the cursor is blinking, or if there is a selection it will add tags around the selection (just like in this post new thread form). In the ...