components / h5validate
h5validate jQuery 插件的适配仓库
0.9.0
2014-07-23 23:46 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-14 15:40:30 UTC
README
为 h5validate jQuery 插件提供的适配仓库。
原始演示页面可以在这里找到。
注意:函数 h5Validate
已经转换为小写(即,h5validate
)。
安装
使用 composer
要使用 composer 安装,请将 components/h5validate
添加到您的 composer.json
文件中。例如:
{
"require": {
"components/h5validate": "*"
}
}
使用 component
要将它作为 component 安装,只需运行 component install leodido/h5validate
。
或者将 leodido/h5validate
添加到您的 component.json
文件的依赖项元素中。
使用 bower
要使用 bower 安装,只需运行 bower install h5validate
。
或者将 h5validate
添加到您的 bower.json
文件的依赖项元素中。