Skip to content

This script makes it simple to automatically-move a user to another field when the cursor reaches the end of the alotted space

License

Notifications You must be signed in to change notification settings

easy-designs/jquery.easy-field-auto-advance.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Field Auto Advance

This script makes it simple to automatically-move a user to another field when the cursor reaches the end of the alotted space.

The API

To use the script, add the data-auto-advance-to attribute to the field you want to advance from and assign the id of the field to move to:

<input type="text" name="username" required="required"
	maxlenght="3" data-auto-advance-to="NEXT_FIELD_ID" />

About

This script makes it simple to automatically-move a user to another field when the cursor reaches the end of the alotted space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published