Hi - I use jQuery a bit - so would like to leverage if possible.
I am looking for good form validation routines - things like
isInteger()
isDigit()
isAlphanumeric()
maxSize()
etc. with some configurability as to how messages are delivered to the users - although the raw functions are key first.
Also - i've seen alot of bloated functions for these things - so preferable something with very low code size appreciated.
Thanks!! 
|