Replacing selected text in the textarea

Viewed 16872

what is the best way to do this in jQuery? This should be a fairly common use case.

  1. User selects text in a textarea
  2. He clicks on a link
  3. The text in the link replaces the selected text in the textarea

Any code will be much appreciated - I am having some issues with part 3.

1 Answers
Related