2

I've a site that produces a dynamic table of data for researchers. At the moment they need to select and copy to paste this information into whatever application they want to use it in.

Does anyone know of any way to copy data contained within a div / table to the clipboard using Jquery?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Dancer
  • 17,035
  • 38
  • 129
  • 206
  • possible duplicate of [How to Copy to Clipboard in JavaScript?](http://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript) – jAndy Jul 22 '10 at 11:06

2 Answers2

1

There are a few plugins out there for this, they use a very small flash video to do the actual work:

Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155
1

I would suggest looking at a jQuery plugin called zClip. It is based on the Zero Clipboard library

Jhony Fung
  • 2,970
  • 4
  • 29
  • 32