Return to Snippet

Revision: 6771
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