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: 151

Filed under:
|
|

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

Related posts about JavaScript

Related posts about jQuery