Created
October 23, 2017 21:12
-
-
Save manbearwolf/492efbeeaa5af028344827e815fbc851 to your computer and use it in GitHub Desktop.
Coding Clipboardjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.5/clipboard.min.js"></script> | |
| <script>new Clipboard('.btn');</script> | |
| <input id="input" value="Some Text"> | |
| <button class="btn" data-clipboard-target="#input">Copy</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment