Javascript jQuery – Focus the first field August 12, 2013November 19, 2019 JP 0 Comments To focus the first field on your page, just use: $("input:text:visible:first").focus(); Share this:TwitterFacebook Related