jQuery: Insert text to textarea

insert, jquery, text, textarea

Solution

There is a plug-in that can get the cursor's position within a text area. This could be utilized to insert text at that designated position.

Problem

How can i utilize jQuery to insert text at the cursor into a textarea.

Original source

Related problems