dsheiko / HTML5-Form-Shim

⛔️ [DEPRECATED] That is a jquery plugin, which emulates HTML5 Form Validation on old browsers. The plugin also allows to customize form submission validation tooltips and field validation callbacks (e.g. via XMLHttpRequest)
http://dsheiko.github.io/HTML5-Form-Shim/
71 stars 17 forks source link

Supporting browsers fall back to native `required` support #10

Open barneycarroll opened 10 years ago

barneycarroll commented 10 years ago

Browsers that support required out of the box will fall back to native behaviour for that missing input condition, but use HTML-Form-Shim's implementation for all other conditions. The result is inconsistent.