Using jQuery to Highlight (Select) All Text in a Textbox
Posted
by Spyros
on Stack Overflow
See other posts from Stack Overflow
or by Spyros
Published on 2010-06-09T11:12:05Z
Indexed on
2010/06/09
11:22 UTC
Read the original article
Hit count: 170
I have an input text box with some text in it , onclick event I want to run a javascript function to select (highlight) all text that is in this box , how I can do that with jquery?
© Stack Overflow or respective owner