jQuery input mask length

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-19T18:21:24Z Indexed on 2010/03/19 18:31 UTC
Read the original article Hit count: 989

Filed under:
|
|

Hey all,

I have an input field and I want to limit it to alphanumerical (A-Z, a-z, 0-9) characters only, with a MINIMUM field length of 5, and a maximum length of up to 15 characters total.

Does anyone know how I can do this using jQuery?

I'm trying to use the jQuery input mask by digitalBush - http://digitalbush.com/projects/masked-input-plugin/

The problem is that UNLESS I enter 15 characters, the field goes blank. If I enter "012345678912345" (15 characters) in the input field then the value is stored and it's fine.

But if I enter "12345" as a username, when that input box loses focus its value goes back to being blank. Is there something that I can change in the "definitions" or options somewhere that fixes this?

Many thanks for your help :)

Tim

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about input