4

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

tarnfeld
  • 25,992
  • 41
  • 111
  • 146

1 Answers1

3

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
  • 8,078
  • 4
  • 31
  • 38