ericelliott / h5Validate

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 production use in e-commerce. Currently in production with millions of users.
576 stars 125 forks source link

Error messages unfinished. #10

Closed ericelliott closed 13 years ago

ericelliott commented 13 years ago

There are stubs in h5Validate to add error messages, similar to these: http://sandbox.leigeber.com/messages/messages.html

However, they need to be implemented so that they are easier for users to hook up and trigger.

ericelliott commented 13 years ago

This is done.