Focus on input field with value
- by Marcel
Hi,
i am focusing on an input field with jquerys
$("input:text").focus();
There is allready some textvalue in the inputfield. When I focus, the cursor blinks right after the last letter, how would I put the cursor right in front of the first letter?
thx alot