2

Possible Duplicate:
How to Copy to Clipboard in JavaScript?

Is there a way to copy the contents of a div into a clipboard using javascript/jquery without using an external plugin?

Community
  • 1
  • 1
amateur
  • 43,371
  • 65
  • 192
  • 320
  • It can't be done in Javascript in all browsers. [Take a look at this (possible duplicate) question](http://stackoverflow.com/questions/127040/copy-put-text-on-the-clipboard-with-firefox-safari-and-chrome) – John Dec 01 '10 at 01:21

1 Answers1

1

Basically you can but only for IE, to do for all browsers you need Flash

P.S the best solution is http://code.google.com/p/zeroclipboard/ and not the answer in the question that a couple of people have linked to already

Alex
  • 1,584
  • 1
  • 19
  • 29