2

I would like to create a copy to clipboard button on a website. However, all the method I found involved a small Flash. Is there a way to create the copy to clipboard button without using Flash?

  • 2
    possible duplicate of [Copy text to the client's clipboard using jQuery](http://stackoverflow.com/questions/1539641/copy-text-to-the-clients-clipboard-using-jquery) – Willem Ellis Jul 19 '13 at 19:19
  • 2
    possible duplicate of [Copy selected text to the clipboard WITHOUT using flash - must be cross-browser](http://stackoverflow.com/questions/6300213/copy-selected-text-to-the-clipboard-without-using-flash-must-be-cross-browser) – Joe Enos Jul 19 '13 at 19:19
  • 1
    possible duplicate of [Copy to clipboard without Flash](http://stackoverflow.com/questions/6355300/copy-to-clipboard-without-flash) – j08691 Jul 19 '13 at 19:19
  • Did you find a solution to this? Im struggling to get anything to work without flash – LeeTee Nov 21 '13 at 15:02

1 Answers1

2

There is some jQuery plugins like:

http://www.steamdev.com/zclip/

http://archive.plugins.jquery.com/project/clipboard

Michal
  • 3,584
  • 9
  • 47
  • 74