You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
dilvie edited this page Dec 15, 2011
·
13 revisions
Welcome to the h5Validate wiki!
I opened this up to make room for design discussion. There are major changes coming to the 1.0 API. The most important change will be the public event API:
Trigger the 'validate' event to validate either a whole form, or an individual field.
Listen for 'validated' to get back the ValidityState. It will be a single object for a single input, or an array of ValidityState objects for a collection of inputs, or a full form.