components / h5validate
Shim repository for the h5validate jQuery plugin
Fund package maintenance!
leodido
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
Language:JavaScript
Type:component
Requires
This package is not auto-updated.
Last update: 2024-10-26 16:22:39 UTC
README
Shim repository for the h5validate jQuery plugin.
Original demo page can be found here.
Note: function h5Validate
as been lowercased (i.e., h5validate
).
Installation
Using composer
To install with composer add components/h5validate
to your composer.json
. E.g.,
{
"require": {
"components/h5validate": "*"
}
}
Using component
To install as a component just run component install leodido/h5validate
.
Or add leodido/h5validate
to the dependencies element into your component.json
.
Using bower
To install with bower just run bower install h5validate
.
Or add h5validate
to the dependencies element into you bower.json
.