Is it possible to catch the event from a validation error of html5
in javascript ?. For example, the user did not enter a field, where it is marked as required
, when it tries to send the form will generate an error popup of html5
itself, can I trigger a javascript function when this occurs?