Tagged Questions
0
votes
2answers
132 views
simple regex for email address validation
I need a regex to exclude certain characters such as 'รง' and also to check '@' sign is present. Can someone help?
I am using jquery to do client-side validation using the following expression:
...
0
votes
1answer
552 views
javascript validation for address
Hi Iam new to j query can any one let me know if there is a way to declare a jQuery.validator.addMethod function and write the java script inside this jquery validator for validating address where it ...