Last Updated: February 25, 2016
·
5.991K
· iondrimba

Set focus on first visible enabled input type text with jQuery

$(":input[type='text']:enabled:visible:first").focus();