Determine if HTML has validation error on client
Hello,
Is there a way to determine with javascript or jquery if the client-side validation has determined that a required field has not been filled in? Meaning , if any or multiple fields have thrown a "Value cannot be blank" error on the client, or any client-side validation error for that matter?
Thank you.