Display errorList and showErrors in html page.

Posted by jeyush on Stack Overflow See other posts from Stack Overflow or by jeyush
Published on 2010-05-08T08:54:28Z Indexed on 2010/05/08 8:58 UTC
Read the original article Hit count: 153

Filed under:

I am having application.html where I used jquery.validate.js and it works fine and submit my data to process.php.

But I want if there is an error generated by jquery.validate.js then I know the how many errors generated by validate.js in application.php.

I am going to implement if there are number of errors generated then uploading function will be disable. If there is no error generated then uploading function will work.

I hope this is simple question but I dont know about jquery much.

If you have solution then please share it with me.

Cheers!!!

© Stack Overflow or respective owner

Related posts about jquery-validate