I don't know if this question has already been answer before. What I'm trying to do is validate an input text, but i need the length to be less than 10 characters and I need the 4 first characters to be Letters only and the rest only Numbers
how can i achieve this using the jQuery Validation Plugin?, i chose to use this plugin because it seems to be the easiest way