script type="text/javascript"> $(document).ready(function(){ $("input").keyup(function (evt) { //move to next input on phones, etc if ($(this).val().length == $(this).attr('maxlength')) { $(this).nextAll('input:first').focus(); ; } }); });
Retype the characters from the picture: