JS Form Validation having cross browser compatibility
Posted: Thu Feb 24, 2011 12:03 am
I am looking for JS Form Validation having cross browser compatibility. Does anyone knows it?
Form has many fields like name(text), address(text), contact number(number), date_of_birth(date).
Problem is i want to use customized validation for each data type. Means text field must possess text value only, number field must possess numeric value only etc. If any one provides me with one example of each data type, i 'll manage for remaining fields of entire form
Thanks in advance.
Form has many fields like name(text), address(text), contact number(number), date_of_birth(date).
Problem is i want to use customized validation for each data type. Means text field must possess text value only, number field must possess numeric value only etc. If any one provides me with one example of each data type, i 'll manage for remaining fields of entire form
Thanks in advance.