/* 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
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
Which Shadowhunters book is your horoscope telling you to read?
FIND OUT
Design a T-Shirt for Simon and Get a Book Rec!
TAKE THE QUIZ
|
|
<!--
<!--
|
The Shadowhunter Army Newsletter Is Sunsetting
For up-to-date Shadowhunter content, make sure you are signed up for our Simon Teen newsletter, and follow us on socials!
|
|