/* Copy to clipboard */
function myFunction() {
/* Get the text field */
var copyText = document.getElementById("myInput");
/* Select the text field */
copyText.select();
copyText.setSelectionRange(0, 99999); /*For mobile devices*/
/* Copy the text inside the text field */
document.execCommand("copy");
/* Alert the copied text */
alert("Copied the text: " + copyText.value);
}
<!--
<!--
|
Shadowhunters Quote of the Month
|
“Don't wish you didn't fear anything. All that would mean is that you didn't feel anything.”
—Lord of Shadows
|
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
Looking for your next favorite read? Here are books if you love the Dark Artifices series!
BOOKS TO READ
Who is your ultimate Shadowhunter soulmate?
TAKE THE QUIZ
|
|