/* 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
|
“There is no better distraction in this world than losing oneself in books for a while.”
—Chain of Gold
|
|
<!--
<!--
|
The following intelligence has been labeled CLASSIFIED
Get inspired with this writing advice from Cassandra Clare!
WATCH THE VIDEO
SHARE THIS EMAIL
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
Check out this list of book recs for fans of Olivia Rodrigo's latest album!
DIVE IN
Which Shadowhunters series should you live in?
TAKE THE QUIZ
|
|