Possible Duplicate:
Copy to clipboard without Flash
I want to copy some text from an element by a given id to clipboard. I want to be flashless solution, no Flash at all. It can be in jQuery or JavaScript.
The solution for IE is simple (clipboardData), but for FF, Chrome and others - it doesn't work.
Help.