Revision: 6771
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 13, 2008 05:03 by brentg
Initial Code
// focus on the first text input field on the page $("input[type='text']:first", document.forms[0]).focus();
Initial URL
Initial Description
Initial Title
jquery - focus on the first text input field on the page
Initial Tags
jquery
Initial Language
JavaScript