Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js select all

// This will select all of the text in the textarea or input called element
element.select();
 
PREVIOUS NEXT
Tagged: #js #select
ADD COMMENT
Topic
Name
7+5 =