Last Updated: February 25, 2016
·
756
· remybach

Give the first visible input/textarea/select on your page focus

$('input,textarea,select').filter(':visible:first').focus();