SyntaxFix
Write A Post
Hire A Developer
Questions
Add this to the top of your js
var input = $('#myinputbox'); input.focus();
Or to html
<script> var input = $('#myinputbox'); input.focus(); </script>