Hi, I'm pretty new to javascript, but I managed to make a simple BB Code script which allows me to paste stuff like [b.] text [/b.] (without the . )into my textarea by button.
The problem is that this will always get inserted at the bottom/last in the text field, and not where the mouse is focused.
How can I make it paste these codes where my mouse is targeted?
The problem is that this will always get inserted at the bottom/last in the text field, and not where the mouse is focused.
How can I make it paste these codes where my mouse is targeted?
Comment