Auto Select Textarea Text


/ Published in: HTML
Save to your folder(s)

http://css-tricks.com/snippets/javascript/auto-select-textarea-text/


Copy this code and paste it in your HTML
  1. <textarea rows="10" cols="50" onclick="this.focus();this.select()" readonly="readonly">
  2. example text

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.