I have a form that can be pre-filled through a facebook connection. When a user connects, their name and email address are automatically populated. The problem is that it does not initiate remote confirmation to check if mail already exists.
Is there a way that I could call validation only in this field? Something like:
$('#email-field-only').validate()
would be an idea. Searched through documents without any luck.
jquery jquery-validate validation
ryan Apr 29 '10 at 16:16 2010-04-29 16:16
source share