Created
October 23, 2017 21:41
-
-
Save manbearwolf/fd0c10c72f36236edfa88fc09e3d42cb to your computer and use it in GitHub Desktop.
Coding Clipboardjs2
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" style="width: 300px;" 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