I want to focus an input field without selecting the text in it. I want cursor to be on the end and ready to add more text.
This is my input field:
<input type="text" name="change" value="<?php echo $row[4]; ?>" autofocus>
P.S - autofocus select the text.