alechill / livevalidation

Open source javascript library for slick, powerful, and easy client-side validation.
http://livevalidation.com
Other
151 stars 57 forks source link

Added support for most useful and widely supported HTML5 Input types #7

Open phlbnks opened 13 years ago

phlbnks commented 13 years ago

New HTML5 Input types are being used now - this allows them to be used by telling the script to treat them as Text (this is what browsers that don't support the new types do anyway). Could later be integrated more fully with default validation types based on them.

Included: Email, URL, Tel, Number, Range.