1
Reply

Form Validation

veerendra kumar

veerendra kumar

9 years ago
320
I have a from id="form1".
 
Form contains html controls Like <input type="text" .... ..    > and others
one button <input type="submit"   > 
 
 
my problem : After submitting raise Ajax call. before ajax call validate form using jquery plugins . using form submit handler .
After validate all fields then raise ajax call.
 
 
how to solve my problem .
 
 

Answers (1)