This is probably very simple, but could somebody tell me how to get the cursor blinking on a text box on page load?
|
1
|
|||||||||
|
|
|
Set focus on the first text field:
This also does the first text field, but you can change the [0] to another index:
Or, you can use the ID:
|
||
|
|
|
|
Think about your user interface before you do this. I assume (though none of the answers has said so) that you'll be doing this when the document loads using jQuery's You could check for this by adding
|
||
|
|
|
HTML:
jQuery:
|
||
|
|
|
|
Sure:
|
||
|
|
