Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Update status with letter about h5v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Elliott committed Jan 9, 2015
1 parent bfa8347 commit 6116493
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.markdown
@@ -1,7 +1,15 @@
# <a href="http://ericleads.com/h5validate">h5Validate</a>

A jQuery plugin that understands HTML5 forms and knows how to validate them, even in browsers that don't yet support HTML5.
Hi,

I'm Eric Elliott, author of ["Programming JavaScript Applications" (O'Reilly)](http://pjabook.com). A few years ago, I wrote this jQuery plugin that understands HTML5 forms and knows how to validate them, even in browsers that don't yet support HTML5.

In browsers that do support HTML5, h5Validate adds some much-needed features, such as the ability to customize the user interface when an input fails validation.

For demo and usage, see <a href="http://ericleads.com/h5validate">the h5Validate homepage</a>.

## Status

A lot has changed since I wrote this library in 2010. So much, in fact, that I've started a new project based on the great work we did here. It's called [h5v2](https://github.com/ericelliott/h5v2). It's brand new, we haven't even ported the unit tests, yet.

Wouldn't you like a library like h5Validate written to work with node-style modules, Browserify, and web components? I'd love your help. [Take a look at the issues and contribute!](https://github.com/ericelliott/h5v2/issues)

0 comments on commit 6116493

Please sign in to comment.