HTML5-Form-Shim icon indicating copy to clipboard operation
HTML5-Form-Shim copied to clipboard

⛔️ [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 (...

Results 9 HTML5-Form-Shim issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to develop one project purely based on HMTL5. So please share me one project with all elements as well as with cross browser compatibility , so...

I made a change to the email validation so I tried running 'grunt build' but it doesn't seem to be working. I ran 'grunt build --stack' and here it is:...

Hello! Can I do something like that with this plugin? Thanks!

added some spaces to make tests running

Dear Dmitry is there a method foreseen to add the shim to all children of a dynamically created DOM element?

[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](http://jsfiddle.net/barney/gL9ce/). The result is...

Hi, and thanks for the good library! I don't understand why the default for `Form.options.inputs` is `"input, textarea"`. I'd hope for `select` to also be included. If there's a good...

You can see this happening on http://demo.dsheiko.com/html5formshim/, by inspecting the first "Name" field. It happens in IE8 on Windows XP and on Chrome 28 on Mac OS X, so I...

Could it be, that the shim is not working for the placeholder attribute on the textarea element? Thanks in advance.