jQuery validation: how to customize trigger and response
- by user302307
I am new with jQuery. I have a servlet based application which render an HTML form. This form is submitted via a function and the submit button IS NOT submit button in HTML. It's a regular button that calls a javascript function to do the submission.
When running the submission function, the servlet also run a function called doCheck() which is in…