Jump automatically after certain characters in an input or textarea to the next field.
Download latest version (0.3.0)
-
Include jQuery (1.7+):
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
-
Include autojump plugin's code:
<script src="dist/jquery.autojump.min.js"></script>
-
Set the data attribute
autojump
to the number of characters you expect in your inputs and textareas.<input type="text" name="field1" id="field1" data-autojump="5">
-
Call the plugin:
$("form").autoJump();
Please, create an issue here.
Check releases for detailed changelog.
I have used the great jquery-boilerplate to create this project.