HTML5 alternative to flash-based ZeroClipboard for safe copying of data to clipboard?

The reasoning is that automatic copying to clipboard can be very dangerous, thus most browsers (except IE)* make it difficult unless you use flash. Much like your ZeroClipboard, there is Clipboard LMCButton which also uses a small flash script running in the background. A common solution would be to do this: function copyToClipboard (text) { … Read more