-1

I am working with a Registration form, for validation process i am using jQuery.validate();

Now i need to validate an email if it is unique in the system or not, using ajax.

Any way to do this using jQuery.validate() ?

Sparky
  • 98,165
  • 25
  • 199
  • 285
codersrb
  • 140
  • 1
  • 12

1 Answers1

0

You can use remote option with your validation rule. This question is already answered, please take a look at this answer

Community
  • 1
  • 1
Rashid
  • 78
  • 7
  • Please flag the question as a duplicate rather than posting an answer that contains only a link. – Sparky Feb 23 '16 at 17:14
  • I didn't have enough reputation to do that. I recently got Flag Posts privilege. – Rashid Feb 24 '16 at 06:01
  • That makes no difference. Posting an answer as a workaround for not enough reputation is considered as bypassing the rules. – Sparky Feb 24 '16 at 14:52