Using jQuery to Highlight (Select) All Text in a Textbox
- by Spyros
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?