/* 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
|
“If my heart was a canvas, every square inch of it would be painted over with you.”
—Lady Midnight
|
|
<!--
<!--
|
The following intelligence has been labeled CLASSIFIED
What's the best reading order for the Shadowhunters books?
WATCH THE VIDEO
SHARE THIS EMAIL
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
"When Emma Falls in Love" is the perfect song pairing with this Shadowhunters book!
BOOKS TO READ
Take this quiz to see how well you know the Last Hours series!
TAKE THE QUIZ
|
|