Does anyone know how to employ a fully function javascript client side validation?. Say we have a form with a fields for name, address, contact number, age, date and we want to validate. I have done this using regExpressions but need someone experts code to look and compare with it. Many thanks and do reply
Does anyone know how to employ a fully function javascript client side validation?. Say
Share
I’m no ‘expert’, but I began writing my own client-side input validator not long ago. You can see the code at https://github.com/kaimallea/input-validator.