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();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #select
ADD COMMENT
Topic
Name
2+5 =