Setting focus on the first text field with jQuery is as simple as
$("input:text:first").focus();
Find more at http://docs.jquery.com/Selectors
Setting focus on the first text field with jQuery is as simple as
$("input:text:first").focus();
Find more at http://docs.jquery.com/Selectors