Skip to content

Instantly share code, notes, and snippets.

@ganchclub
Created December 8, 2019 23:18
Show Gist options
  • Save ganchclub/62558015c1b64996aefbb2ddd5ff314c to your computer and use it in GitHub Desktop.
Save ganchclub/62558015c1b64996aefbb2ddd5ff314c to your computer and use it in GitHub Desktop.
var $temp = $("<input>");
$("body").append($temp);
$temp.val($('h1').text()).select();
document.execCommand("copy");
$temp.remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment