According to CanIuse, the required attribute is not supported in IE9.
Is there a shim to provide the same functionality as the native required attribute if the browser doesn’t support it?
According to CanIuse , the required attribute is not supported in IE9. Is there
Share
You can use the jQuery Validation Plugin. It supports
requiredand many other form validation checks (as well as allowing you to define custom checks).