Skip to content

Instantly share code, notes, and snippets.

@media317
Created March 8, 2017 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save media317/c0be06031a1a51d8173bce186551f57f to your computer and use it in GitHub Desktop.
Save media317/c0be06031a1a51d8173bce186551f57f to your computer and use it in GitHub Desktop.
HTML structure for clipboard.js
<div id="clipboard">
<p>Your Text to be copied</p>
</div>
<button class="btn" data-clipborad-action="copy" data-clipboard-target="#clipboard">Copy to Clipboard</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment