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

Repeated submission attempts create new validation hints #9

Closed barneycarroll closed 10 years ago

barneycarroll commented 10 years ago

A new hint is added to the DOM each time the user attempts to click submit. Validation should check for pre-existing hints before creating new ones.

dsheiko commented 10 years ago

Changes pushed to origin