How to copy text to the client’s clipboard using jQuery? [duplicate]

The workflow is simple:

  1. You click inside a textarea.
  2. The text is copied to the client’s clipboard.
  3. Display notice to the user.

How do you do it?

1 Answer
1

Leave a Comment