html5 - How to set focus onto form input -
how set focus focus specific form input
<? foreach($words $word): ?> <form data-word="<? print $word['word']['en_words'] ?>"> <input autofocus type="text"/> <input type="submit" value="check"/> </form> <? endforeach; ?> 
Comments
Post a Comment