h5Validate
h5Validate copied to clipboard
An HTML5 form validation plugin for jQuery. Works on all major browsers, both new and old. Implements inline, realtime validation best practices (based on surveys and usability studies). Developed for...
"For demo and usage, see the h5Validate homepage" links to http://ericleads.com/h5validate. This page doesn't exists. Thanks.
I'm very much a JS noob. I have the validation working, and I love the idea of this project - basically make the browser act like it truly supports html5...
I am getting error on submitting my form. Below is code snippet. $(function(){ $('#addLead').click(function(){ $('#addLeadForm').h5Validate();
See [h5v2](https://github.com/ericelliott/h5v2)
- [ ] Inject jQuery dependency into a factory function that constructs the h5Validate plugin. This way, users can swap out jQuery with anything that features a compatible API. -...
I been using your library for a few months now and I've quite liked it. However, I came across a circumstance where I needed external (functional) validation. I couldn't figure...
Hello. H5validate dds ui-state-error class on focus out even on non-required fields
autosave kicks in and all the required fields that are still empty display as an error surprising the user.. How to use autosave with h5validate
Moved attaching patterns from library to elements from bindDelegation to validate. Added the ability to combine custom patterns set for elements with the use of the pattern library. The validation...