Possible duplicate:
Copy to clipboard without flash
I want to copy some text from an element at a given identifier to the clipboard. I want to be a silent solution, without Flash at all. It can be in jQuery or JavaScript.
The solution for IE is simple (clipboardData), but for FF, Chrome and others - it does not work.
Reference.
source share