views:

346

answers:

2

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

+2  A: 

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.

CAbbott
+3  A: 

I already answered your question here: Insert text into textarea with jQuery

Thinker