I have a html form. i am validating my form using jquery.validate.js and it works on submit event. I want to validate this form before submit get fired.
As per my R&
First validate and then use submit handler