views:

61

answers:

0

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!!!