1
Answer

Form Validation

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)