Clipboard.js – A Modern Approach to Copy Text to Clipboard
Posted · Category: MIT License, Tools
Copying text to the clipboard shouldn’t be hard. It shouldn’t require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn’t depend on Flash or any bloated framework. That’s why clipboard.js exists. This library relies on both Selection and execCommand APIs. The second one is supported in the following browsers: Chrome 42+, Firefox 41+, IE 9+, Opera 29+, Safari X.
Requirements: JavaScript Library
Demo: http://zenorocha.github.io/clipboard.js/
License: MIT License
0 Comments