I have a text input.
<input type="text" id="foo" name="bar" value="11 Minutes"/>
I want it so when the user clicks on the input, that the user's "Cursor" or "Selector" is after the 11, not after the Minutes.
I do not know where to begin, if this is possible across browsers, and have been unable to find information on this.
Decent browser support should be considered as well.