Focus first 'focus'able form field on load (DOM)


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

Usage:

//any element
window.onload = function(){
focusFirstInput();
}

or

// form elements under 'content-body'
window.onload = function(){
focusFirstInput('content-body');
}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.