/* 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
|
“You decide the truth about yourself. No one else. And the choice about what kind of person you will be is yours alone.”
—Chain of Gold
|
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
Looking for your next fantasy obsession? Check out these reads!
BOOKS TO READ
How well do you know the characters from the Last Hours series?
TAKE THE QUIZ
|
|