1.1.2 • Published 8 years ago

jquery-html5-validity v1.1.2

Weekly downloads
41
License
MIT
Repository
github
Last release
8 years ago

Use the HTML5 CheckValidity API from jQuery

A jQuery plugin to use the HTML5 CheckValidity API from jQuery. Just:

npm install jquery-html5-validity

Then:

var $ = require('jquery')
require("jquery-html5-validity")($);

then you can run:

$('.some-class').isValid()

true

You can also:

$('.some-class').setCustomValidity(reason)

Where 'reason' is either a String or null / false (to say something is valid).

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago