views:

119

answers:

1

I know this question was asked like a million times by now, but I couldn't really find a good up-to-date solution.

I've implemented my own menu to provide the user the ability to Cut, Copy and Paste into my WebApp. But I'm not sure how to actually work with the clipboard on Firefox, IE, Safari/Chrome.

Thank you for your help.

+2  A: 

did u try : http://ericphan.info/development/cross-browser-copy-and-paste-with-jquery-copy/

Haim Evgi
And, from that blog post, zeroclipboard looks good - http://code.google.com/p/zeroclipboard/
Dan F
dan thanks about your comment :)
Haim Evgi
It does seems to cover the copy to the clipboard but I really need the functionality of paste from the clipboard...
thedp
did u see what dan suggest ,http://bowser.macminicolo.net/~jhuckaby/zeroclipboard/
Haim Evgi
@haim evgi: Yes I have, but it's still just Copy... I need the Paste as well.
thedp

related questions