Set focus on first field with jQuery
If you are using PrototypeJS see this post.
Setting focus on the first text field with jQuery is as simple as
$("input:text:visible:first").focus();
Find more at http://docs.jquery.com/Selectors
If you are using PrototypeJS see this post.
Setting focus on the first text field with jQuery is as simple as
$("input:text:visible:first").focus();
Find more at http://docs.jquery.com/Selectors