Jun
25th
JQuery Alphanumeric Validation
Posted by Ajax LadyI ran into a javascript alphanumeric validation problem, though it was quite easy to validate it by javascript using regular expression but I would have to define rules for each pattern in order to validate them, I found a nice jquery script contributed by Paulo P. Marinas. This script provides many option to validate a string.


(4 votes, average: 4.75 out of 5)