HTML5 - copying to the clipboard, without an irritating warning

option 1: use the clipboard.js library

https://clipboardjs.com/


option 2: raw HTML Clipboard API
OLD post about using the raw HTML5 Clipboard API.

Google Chrome recently stopped supporting the approach described in this post:

html goodies - copying to the clipboard

Comments