jquery - focus on the first text input field on the page


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // focus on the first text input field on the page
  2. $("input[type='text']:first", document.forms[0]).focus();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.