jQuery maxLength input


/ Published in: jQuery
Save to your folder(s)

jQuery plugin that let you specify a maximum length on a text field and optionaly specify the change the focus when that maximum length has been reach. Nice when making multiple input text to create a telephone form.
Example: $("#telephone_1").maxLength(3, "#telephone_2");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.