There is a lot of information on how to place the cursor exactly where you want it to be in a textarea. None of it seems to work for an <input type="text">
field.
Basically, when the page loads, I have an input field with text in it, and it's focused. The problem is that the cursor is at the end of the pre-written text. I need it to be at the beginning. Alternatively, hiding the the cursor would be fine, too. Even better, actually, but I don't know if this is possible.
Ideally this would be done in jQuery, but regular JS is fine too.
Thanks!
Mala