var validator = $("form").validate()
validator.errorList
will show the array of errors that are holding back the form from submiting.
var validator = $("form").validate()
validator.errorList
will show the array of errors that are holding back the form from submiting.